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