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