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