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