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