Refactor package list file names
[khome.git] / pkgs-deb-install.list
1 # Debian packages I DO want, but are not part of the minimal install.
2
3 vim
4 vim-gtk3
5 tree
6 htop
7 zsh
8 zsh-syntax-highlighting
9 git
10 tig
11 make
12 apt-file
13 jq
14 curl
15 lftp
16 aspell
17 cheese
18 newsboat
19 nmap
20 build-essential
21 xkcdpass
22 dunst
23 hsetroot
24 feh
25 xbindkeys
26 gawk
27 original-awk
28 libnotify-bin
29 r-base
30 locate
31 units
32 snapd # https://snapcraft.io/docs/installing-snap-on-debian
33
34 # dwm build
35 libx11-dev
36 libxft-dev
37 libxinerama-dev
38
39 # X11 compositor
40 compton
41
42 # Web browsers
43 qutebrowser
44 chromium
45
46 # SoX: Swiss army knife of sound processing
47 # provides the play command
48 sox
49
50 # Shell script linter
51 shellcheck
52
53 # File managers
54 ranger
55 nnn
56 pcmanfm
57
58 # GNU Parallel.
59 # Some of my scripts still use it, though it can mostly be replaced with
60 # xargs -P $N.
61 parallel
62
63 # fuzzy finder
64 fzf
65
66 # meta-package for both client and server packages
67 ssh
68
69 # PDF utilities
70 poppler-utils
71 mupdf
72 mupdf-tools
73
74 # X11 API man pages
75 libx11-doc
76
77 # a pretty df
78 dfc
79
80 # Music Player daemon and clients
81 mpd
82 mpc
83 ncmpc
84 ncmpcpp
85
86 # Dictionary
87 dictd
88 dict
89 dict-gcide
90 dict-jargon
91 dict-wn
92
93 # Provides hxpipe utility, used by khatus weather sensor
94 html-xml-utils
95
96 # Image viewers
97 eog
98 sxiv
99
100 # Networking tools:
101 # - netstat
102 # - ifconfig
103 # - ipmaddr
104 # - iptunnel
105 # - mii-tool
106 # - nameif
107 # - plipconfig
108 # - rarp
109 # - route
110 # - slattach
111 # - arp
112 net-tools
This page took 0.080611 seconds and 5 git commands to generate.