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