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