Add script to prepare and deploy README for gitweb
[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# Chez Scheme
127chezscheme
128
129# Lisp
130sbcl
131
132# SML
133smlnj
134smlnj-doc
135
136# Xapian desktop search:
137xapian-omega # index with omindex
138xapian-tools # search with quest
139
140# Librem 15v4 Bluetooth.
141# A post-install reboot may be insufficient if incorrect firmware was loaded
142# before, so a cold shutdown is best.
143#
144# Apparently the firmware is loaded into the card's memory, which isn't cleared
145# as long as power is supplied (and between reboots - it is).
146#
147# Ref: https://tracker.pureos.net/T23 (different situation, same idea)
148firmware-atheros
149
150# To connect to headphones:
151pulseaudio-module-bluetooth
152
153# dwm build
154libx11-dev
155libxft-dev
156libxinerama-dev
157
158# X11 compositor
159compton
160
161# Web browsers
162qutebrowser
163chromium
164lynx
165elinks
166firefox-esr
167
168# Gopher clients
169sacc
170
171# SoX: Swiss army knife of sound processing
172# provides the play command
173sox
174
175# Shell script linter
176shellcheck
177
178# File managers
179ranger
180nnn
181pcmanfm
182
183# GNU Parallel.
184# Some of my scripts still use it, though it can mostly be replaced with
185# xargs -P $N.
186parallel
187
188# fuzzy finder
189fzf
190
191# meta-package for both client and server packages
192ssh
193
194# PDF utilities
195poppler-utils
196mupdf
197mupdf-tools
198
199# X11 API man pages
200libx11-doc
201
202# a pretty df
203dfc
204
205# Music Player daemon and clients
206mpd
207mpc
208ncmpc
209ncmpcpp
210
211# Dictionary
212dictd # server
213dict # client
214dict-gcide # Collaborative International Dictionary of English
215dict-jargon # hacker slang
216dict-wn # WordNet
217dict-freedict-eng-rus # English-Russian
218dict-freedict-eng-ell # English-Modern Greek
219dict-freedict-eng-lat # English-Latin
220dict-freedict-lat-eng # Latin-English
221
222# Provides hxpipe utility, used by khatus weather sensor
223html-xml-utils
224
225# Provides urlencode, among other things:
226gridsite-clients
227
228# Image viewers
229eog # Eye of GNOME
230eom # Eye of MATE
231sxiv
232
233# Networking tools:
234# - netstat
235# - ifconfig
236# - ipmaddr
237# - iptunnel
238# - mii-tool
239# - nameif
240# - plipconfig
241# - rarp
242# - route
243# - slattach
244# - arp
245net-tools
246
247# Net monitoring
248speedometer
249cbm
250
251# Internet speed test
252speedtest-cli
253
254# Retro net
255finger
256
257# Games
258colobot
This page took 0.034494 seconds and 4 git commands to generate.