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