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