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