Add mlterm 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 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 xscreensaver-data
36 xscreensaver-data-extra
37 mplayer
38 mpv
39 whois
40 mono-complete
41 screengrab
42 tlp # Laptop power management tools
43 erlang
44 elixir
45 openconnect # VPN cllient compatible with Cisco's AnyConnect
46 graphviz
47 graphviz-doc
48 cups
49 ddgr # Duck Duck Go CLI client
50 wikipedia2text # Wikipedia CLI client
51 neofetch
52 time # Surprisingly, GNU time isn't installed by default!
53 caja-open-terminal
54 ffmpeg
55 pandoc
56 nq # Unix CLI queue utility
57 neomutt
58 lm-sensors
59 fslint # File system maintenance utilities
60 goaccess # Web server log analyzer
61 xinput # Configure touchpad
62 python3-pip
63 db-util
64 dnsutils # dig and friends
65 debian-goodies # Misc. helper scripts. See: apt show debian-goodies
66 zeal # Documentation browser, like Dash.app
67 mlterm
68
69 # "modern" ls alternative: uses colours to distinguish file types and metadata;
70 # does other things good too, like drawing a tree.
71 # https://the.exa.website/
72 exa
73
74 # Screen color temperature setters
75 redshift # Lots of code and features, adjusts automatically throughout the day.
76 sct # 80 lines of C, does nothing automatically.
77
78 graphicsmagick
79 graphicsmagick-imagemagick-compat # provides /usr/bin/convert
80
81 cvs
82
83 #------------------------------------------------------------------------------
84 # Git
85 #------------------------------------------------------------------------------
86 git
87
88 # Large File Support
89 git-lfs
90
91 # Integration with other VCS
92 git-cvs
93 git-svn
94
95 # GUI
96 git-gui
97 git-cola # HiDPI. Overall nicer than default.
98
99 # Documentation
100 git-doc
101 gitmagic
102
103 # Web
104 gitweb
105 lighttpd # Was needed by 'git instaweb'
106 highlight # Syntax highlighter which can be used by gitweb.
107 #------------------------------------------------------------------------------
108
109 # subversion
110 subversion
111 subversion-tools
112
113
114 # Guile
115 guile-2.0
116 guile-2.0-doc
117
118 # Racket
119 racket
120
121 # Lisp
122 sbcl
123
124 # SML
125 smlnj
126 smlnj-doc
127
128 # Xapian desktop search:
129 xapian-omega # index with omindex
130 xapian-tools # search with quest
131
132 # Librem 15v4 Bluetooth.
133 # A post-install reboot may be insufficient if incorrect firmware was loaded
134 # before, so a cold shutdown is best.
135 #
136 # Apparently the firmware is loaded into the card's memory, which isn't cleared
137 # as long as power is supplied (and between reboots - it is).
138 #
139 # Ref: https://tracker.pureos.net/T23 (different situation, same idea)
140 firmware-atheros
141
142 # To connect to headphones:
143 pulseaudio-module-bluetooth
144
145 # dwm build
146 libx11-dev
147 libxft-dev
148 libxinerama-dev
149
150 # X11 compositor
151 compton
152
153 # Web browsers
154 qutebrowser
155 chromium
156 lynx
157 elinks
158 firefox-esr
159
160 # Gopher clients
161 sacc
162
163 # SoX: Swiss army knife of sound processing
164 # provides the play command
165 sox
166
167 # Shell script linter
168 shellcheck
169
170 # File managers
171 ranger
172 nnn
173 pcmanfm
174
175 # GNU Parallel.
176 # Some of my scripts still use it, though it can mostly be replaced with
177 # xargs -P $N.
178 parallel
179
180 # fuzzy finder
181 fzf
182
183 # meta-package for both client and server packages
184 ssh
185
186 # PDF utilities
187 poppler-utils
188 mupdf
189 mupdf-tools
190
191 # X11 API man pages
192 libx11-doc
193
194 # a pretty df
195 dfc
196
197 # Music Player daemon and clients
198 mpd
199 mpc
200 ncmpc
201 ncmpcpp
202
203 # Dictionary
204 dictd # server
205 dict # client
206 dict-gcide # Collaborative International Dictionary of English
207 dict-jargon # hacker slang
208 dict-wn # WordNet
209 dict-freedict-eng-rus # English-Russian
210 dict-freedict-eng-ell # English-Modern Greek
211 dict-freedict-eng-lat # English-Latin
212 dict-freedict-lat-eng # Latin-English
213
214 # Provides hxpipe utility, used by khatus weather sensor
215 html-xml-utils
216
217 # Provides urlencode, among other things:
218 gridsite-clients
219
220 # Image viewers
221 eog # Eye of GNOME
222 eom # Eye of MATE
223 sxiv
224
225 # Networking tools:
226 # - netstat
227 # - ifconfig
228 # - ipmaddr
229 # - iptunnel
230 # - mii-tool
231 # - nameif
232 # - plipconfig
233 # - rarp
234 # - route
235 # - slattach
236 # - arp
237 net-tools
238
239 # Net monitoring
240 speedometer
241 cbm
242
243 # Internet speed test
244 speedtest-cli
This page took 0.089861 seconds and 5 git commands to generate.