Add Emacs deb pkg
[khome.git] / pkgs-deb-install.list
... / ...
CommitLineData
1# Debian packages I DO want, but are not part of the minimal install.
2
3at # Surprisingly not in base install!
4tree
5htop
6zsh
7zsh-syntax-highlighting
8tig
9make
10apt-file
11jq
12curl
13lftp
14aspell
15cheese
16newsboat
17nmap
18build-essential
19xkcdpass
20dunst
21hsetroot
22feh
23xbindkeys
24gawk
25original-awk
26libnotify-bin
27r-base
28locate
29units
30snapd # https://snapcraft.io/docs/installing-snap-on-debian
31encfs
32xscreensaver
33xscreensaver-data
34xscreensaver-data-extra
35mplayer
36mpv
37whois
38mono-complete
39screengrab
40tlp # Laptop power management tools
41erlang
42elixir
43openconnect # VPN cllient compatible with Cisco's AnyConnect
44graphviz
45graphviz-doc
46cups
47ddgr # Duck Duck Go CLI client
48wikipedia2text # Wikipedia CLI client
49neofetch
50time # Surprisingly, GNU time isn't installed by default!
51caja-open-terminal
52ffmpeg
53pandoc
54nq # Unix CLI queue utility
55neomutt
56lm-sensors
57fslint # File system maintenance utilities
58goaccess # Web server log analyzer
59xinput # Configure touchpad
60python3-pip
61db-util
62dnsutils # dig and friends
63debian-goodies # Misc. helper scripts. See: apt show debian-goodies
64zeal # Documentation browser, like Dash.app
65mlterm
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/
70exa
71
72# Screen color temperature setters
73redshift # Lots of code and features, adjusts automatically throughout the day.
74sct # 80 lines of C, does nothing automatically.
75
76graphicsmagick
77graphicsmagick-imagemagick-compat # provides /usr/bin/convert
78
79cvs
80
81# Emacs
82emacs-nox
83
84# Vim
85vim
86vim-gtk3
87
88#------------------------------------------------------------------------------
89# Git
90#------------------------------------------------------------------------------
91git
92
93# Large File Support
94git-lfs
95
96# Integration with other VCS
97git-cvs
98git-svn
99
100# GUI
101git-gui
102git-cola # HiDPI. Overall nicer than default.
103
104# Documentation
105git-doc
106gitmagic
107
108# Web
109gitweb
110lighttpd # Was needed by 'git instaweb'
111highlight # Syntax highlighter which can be used by gitweb.
112#------------------------------------------------------------------------------
113
114# subversion
115subversion
116subversion-tools
117
118
119# Guile
120guile-2.0
121guile-2.0-doc
122
123# Racket
124racket
125
126# Lisp
127sbcl
128
129# SML
130smlnj
131smlnj-doc
132
133# Xapian desktop search:
134xapian-omega # index with omindex
135xapian-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)
145firmware-atheros
146
147# To connect to headphones:
148pulseaudio-module-bluetooth
149
150# dwm build
151libx11-dev
152libxft-dev
153libxinerama-dev
154
155# X11 compositor
156compton
157
158# Web browsers
159qutebrowser
160chromium
161lynx
162elinks
163firefox-esr
164
165# Gopher clients
166sacc
167
168# SoX: Swiss army knife of sound processing
169# provides the play command
170sox
171
172# Shell script linter
173shellcheck
174
175# File managers
176ranger
177nnn
178pcmanfm
179
180# GNU Parallel.
181# Some of my scripts still use it, though it can mostly be replaced with
182# xargs -P $N.
183parallel
184
185# fuzzy finder
186fzf
187
188# meta-package for both client and server packages
189ssh
190
191# PDF utilities
192poppler-utils
193mupdf
194mupdf-tools
195
196# X11 API man pages
197libx11-doc
198
199# a pretty df
200dfc
201
202# Music Player daemon and clients
203mpd
204mpc
205ncmpc
206ncmpcpp
207
208# Dictionary
209dictd # server
210dict # client
211dict-gcide # Collaborative International Dictionary of English
212dict-jargon # hacker slang
213dict-wn # WordNet
214dict-freedict-eng-rus # English-Russian
215dict-freedict-eng-ell # English-Modern Greek
216dict-freedict-eng-lat # English-Latin
217dict-freedict-lat-eng # Latin-English
218
219# Provides hxpipe utility, used by khatus weather sensor
220html-xml-utils
221
222# Provides urlencode, among other things:
223gridsite-clients
224
225# Image viewers
226eog # Eye of GNOME
227eom # Eye of MATE
228sxiv
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
242net-tools
243
244# Net monitoring
245speedometer
246cbm
247
248# Internet speed test
249speedtest-cli
This page took 0.024222 seconds and 4 git commands to generate.