Install rhash 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 font-manager
69 tup # fast build system
70 clang
71 rhash
72
73 # "modern" ls alternative: uses colours to distinguish file types and metadata;
74 # does other things good too, like drawing a tree.
75 # https://the.exa.website/
76 exa
77
78 # Screen color temperature setters
79 redshift # Lots of code and features, adjusts automatically throughout the day.
80 sct # 80 lines of C, does nothing automatically.
81
82 graphicsmagick
83 graphicsmagick-imagemagick-compat # provides /usr/bin/convert
84
85 cvs
86
87 # Emacs
88 emacs-nox
89
90 # Vim
91 vim
92 vim-gtk3
93
94 #------------------------------------------------------------------------------
95 # Git
96 #------------------------------------------------------------------------------
97 git
98
99 # Large File Support
100 git-lfs
101
102 # Integration with other VCS
103 git-cvs
104 git-svn
105
106 # GUI
107 git-gui
108 git-cola # HiDPI. Overall nicer than default.
109
110 # Documentation
111 git-doc
112 gitmagic
113
114 # Web
115 gitweb
116 lighttpd # Was needed by 'git instaweb'
117 highlight # Syntax highlighter which can be used by gitweb.
118 #------------------------------------------------------------------------------
119
120 # subversion
121 subversion
122 subversion-tools
123
124
125 # Guile
126 guile-2.0
127 guile-2.0-doc
128
129 # Racket
130 racket
131
132 # Chez Scheme
133 chezscheme
134
135 # Lisp
136 sbcl
137
138 # SML
139 smlnj
140 smlnj-doc
141
142 # Xapian desktop search:
143 xapian-omega # index with omindex
144 xapian-tools # search with quest
145
146 # Librem 15v4 Bluetooth.
147 # A post-install reboot may be insufficient if incorrect firmware was loaded
148 # before, so a cold shutdown is best.
149 #
150 # Apparently the firmware is loaded into the card's memory, which isn't cleared
151 # as long as power is supplied (and between reboots - it is).
152 #
153 # Ref: https://tracker.pureos.net/T23 (different situation, same idea)
154 firmware-atheros
155
156 # To connect to headphones:
157 pulseaudio-module-bluetooth
158
159 # dwm build
160 libx11-dev
161 libxft-dev
162 libxinerama-dev
163
164 # X11 compositor
165 compton
166
167 # Web browsers
168 qutebrowser
169 chromium
170 lynx
171 elinks
172 firefox-esr
173
174 # Gopher clients
175 sacc
176
177 # SoX: Swiss army knife of sound processing
178 # provides the play command
179 sox
180
181 # Shell script linter
182 shellcheck
183
184 # File managers
185 ranger
186 nnn
187 pcmanfm
188
189 # GNU Parallel.
190 # Some of my scripts still use it, though it can mostly be replaced with
191 # xargs -P $N.
192 parallel
193
194 # fuzzy finder
195 fzf
196
197 # meta-package for both client and server packages
198 ssh
199
200 # PDF utilities
201 poppler-utils
202 mupdf
203 mupdf-tools
204 atril
205 zathura
206 zathura-cb
207 zathura-djvu
208 zathura-pdf-poppler
209 zathura-ps
210
211 # X11 API man pages
212 libx11-doc
213
214 # a pretty df
215 dfc
216
217 # Music Player daemon and clients
218 mpd
219 mpc
220 ncmpc
221 ncmpcpp
222
223 # Dictionary
224 dictd # server
225 dict # client
226 dict-gcide # Collaborative International Dictionary of English
227 dict-jargon # hacker slang
228 dict-wn # WordNet
229 dict-freedict-eng-rus # English-Russian
230 dict-freedict-eng-ell # English-Modern Greek
231 dict-freedict-eng-lat # English-Latin
232 dict-freedict-lat-eng # Latin-English
233
234 # Provides hxpipe utility, used by khatus weather sensor
235 html-xml-utils
236
237 # Provides urlencode, among other things:
238 gridsite-clients
239
240 # Image viewers
241 eog # Eye of GNOME
242 eom # Eye of MATE
243 sxiv
244
245 # Networking tools:
246 # - netstat
247 # - ifconfig
248 # - ipmaddr
249 # - iptunnel
250 # - mii-tool
251 # - nameif
252 # - plipconfig
253 # - rarp
254 # - route
255 # - slattach
256 # - arp
257 net-tools
258
259 # Net monitoring
260 speedometer
261 cbm
262
263 # Internet speed test
264 speedtest-cli
265
266 # Retro net
267 finger
268
269 # Games
270 colobot
This page took 0.095049 seconds and 5 git commands to generate.