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