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