Add tmux deb pkg
[khome.git] / pkgs-deb-install.list
1 # Debian packages I DO want, but are not part of the minimal install.
2
3 at # Surprisingly not in base install!
4 tree
5 htop
6 zsh
7 zsh-syntax-highlighting
8 tig
9 make
10 apt-file
11 jq
12 curl
13 lftp
14 aspell
15 cheese
16 newsboat
17 nmap
18 build-essential
19 xkcdpass
20 dunst
21 hsetroot
22 feh
23 xbindkeys
24 gawk
25 original-awk
26 libnotify-bin
27 r-base
28 locate
29 units
30 snapd # https://snapcraft.io/docs/installing-snap-on-debian
31 encfs
32 xscreensaver
33 xscreensaver-data
34 xscreensaver-data-extra
35 mplayer
36 mpv
37 whois
38 mono-complete
39 screengrab
40 tlp # Laptop power management tools
41 erlang
42 elixir
43 openconnect # VPN cllient compatible with Cisco's AnyConnect
44 graphviz
45 graphviz-doc
46 cups
47 ddgr # Duck Duck Go CLI client
48 wikipedia2text # Wikipedia CLI client
49 neofetch
50 time # Surprisingly, GNU time isn't installed by default!
51 caja-open-terminal
52 ffmpeg
53 pandoc
54 nq # Unix CLI queue utility
55 neomutt
56 lm-sensors
57 fslint # File system maintenance utilities
58 goaccess # Web server log analyzer
59 xinput # Configure touchpad
60 python3-pip
61 db-util
62 dnsutils # dig and friends
63 debian-goodies # Misc. helper scripts. See: apt show debian-goodies
64 zeal # Documentation browser, like Dash.app
65 mlterm
66 nginx-doc
67 tmux
68
69 # "modern" ls alternative: uses colours to distinguish file types and metadata;
70 # does other things good too, like drawing a tree.
71 # https://the.exa.website/
72 exa
73
74 # Screen color temperature setters
75 redshift # Lots of code and features, adjusts automatically throughout the day.
76 sct # 80 lines of C, does nothing automatically.
77
78 graphicsmagick
79 graphicsmagick-imagemagick-compat # provides /usr/bin/convert
80
81 cvs
82
83 # Emacs
84 emacs-nox
85
86 # Vim
87 vim
88 vim-gtk3
89
90 #------------------------------------------------------------------------------
91 # Git
92 #------------------------------------------------------------------------------
93 git
94
95 # Large File Support
96 git-lfs
97
98 # Integration with other VCS
99 git-cvs
100 git-svn
101
102 # GUI
103 git-gui
104 git-cola # HiDPI. Overall nicer than default.
105
106 # Documentation
107 git-doc
108 gitmagic
109
110 # Web
111 gitweb
112 lighttpd # Was needed by 'git instaweb'
113 highlight # Syntax highlighter which can be used by gitweb.
114 #------------------------------------------------------------------------------
115
116 # subversion
117 subversion
118 subversion-tools
119
120
121 # Guile
122 guile-2.0
123 guile-2.0-doc
124
125 # Racket
126 racket
127
128 # Chez Scheme
129 chezscheme
130
131 # Lisp
132 sbcl
133
134 # SML
135 smlnj
136 smlnj-doc
137
138 # Xapian desktop search:
139 xapian-omega # index with omindex
140 xapian-tools # search with quest
141
142 # Librem 15v4 Bluetooth.
143 # A post-install reboot may be insufficient if incorrect firmware was loaded
144 # before, so a cold shutdown is best.
145 #
146 # Apparently the firmware is loaded into the card's memory, which isn't cleared
147 # as long as power is supplied (and between reboots - it is).
148 #
149 # Ref: https://tracker.pureos.net/T23 (different situation, same idea)
150 firmware-atheros
151
152 # To connect to headphones:
153 pulseaudio-module-bluetooth
154
155 # dwm build
156 libx11-dev
157 libxft-dev
158 libxinerama-dev
159
160 # X11 compositor
161 compton
162
163 # Web browsers
164 qutebrowser
165 chromium
166 lynx
167 elinks
168 firefox-esr
169
170 # Gopher clients
171 sacc
172
173 # SoX: Swiss army knife of sound processing
174 # provides the play command
175 sox
176
177 # Shell script linter
178 shellcheck
179
180 # File managers
181 ranger
182 nnn
183 pcmanfm
184
185 # GNU Parallel.
186 # Some of my scripts still use it, though it can mostly be replaced with
187 # xargs -P $N.
188 parallel
189
190 # fuzzy finder
191 fzf
192
193 # meta-package for both client and server packages
194 ssh
195
196 # PDF utilities
197 poppler-utils
198 mupdf
199 mupdf-tools
200
201 # X11 API man pages
202 libx11-doc
203
204 # a pretty df
205 dfc
206
207 # Music Player daemon and clients
208 mpd
209 mpc
210 ncmpc
211 ncmpcpp
212
213 # Dictionary
214 dictd # server
215 dict # client
216 dict-gcide # Collaborative International Dictionary of English
217 dict-jargon # hacker slang
218 dict-wn # WordNet
219 dict-freedict-eng-rus # English-Russian
220 dict-freedict-eng-ell # English-Modern Greek
221 dict-freedict-eng-lat # English-Latin
222 dict-freedict-lat-eng # Latin-English
223
224 # Provides hxpipe utility, used by khatus weather sensor
225 html-xml-utils
226
227 # Provides urlencode, among other things:
228 gridsite-clients
229
230 # Image viewers
231 eog # Eye of GNOME
232 eom # Eye of MATE
233 sxiv
234
235 # Networking tools:
236 # - netstat
237 # - ifconfig
238 # - ipmaddr
239 # - iptunnel
240 # - mii-tool
241 # - nameif
242 # - plipconfig
243 # - rarp
244 # - route
245 # - slattach
246 # - arp
247 net-tools
248
249 # Net monitoring
250 speedometer
251 cbm
252
253 # Internet speed test
254 speedtest-cli
255
256 # Retro net
257 finger
258
259 # Games
260 colobot
This page took 0.099938 seconds and 5 git commands to generate.