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