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