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