Add script to push/pull .git/description
[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!
4vim
5vim-gtk3
6tree
7htop
8zsh
9zsh-syntax-highlighting
10tig
11make
12apt-file
13jq
14curl
15lftp
16aspell
17cheese
18newsboat
19nmap
20build-essential
21xkcdpass
22dunst
23hsetroot
24feh
25xbindkeys
26gawk
27original-awk
28libnotify-bin
29r-base
30locate
31units
32snapd # https://snapcraft.io/docs/installing-snap-on-debian
33encfs
34xscreensaver
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
64
65# "modern" ls alternative: uses colours to distinguish file types and metadata;
66# does other things good too, like drawing a tree.
67# https://the.exa.website/
68exa
69
70graphicsmagick
71graphicsmagick-imagemagick-compat # provides /usr/bin/convert
72
73cvs
74
75#------------------------------------------------------------------------------
76# Git
77#------------------------------------------------------------------------------
78git
79git-cvs
80git-svn
81
82# GUI
83git-gui
84git-cola # HiDPI. Overall nicer than default.
85
86# Documentation
87git-doc
88gitmagic
89
90# Web
91gitweb
92lighttpd # Was needed by 'git instaweb'
93highlight # Syntax highlighter which can be used by gitweb.
94#------------------------------------------------------------------------------
95
96# subversion
97subversion
98subversion-tools
99
100
101# Guile
102guile-2.0
103guile-2.0-doc
104
105# Racket
106racket
107
108# Lisp
109sbcl
110
111# SML
112smlnj
113smlnj-doc
114
115# Xapian desktop search:
116xapian-omega # index with omindex
117xapian-tools # search with quest
118
119# Librem 15v4 Bluetooth.
120# A post-install reboot may be insufficient if incorrect firmware was loaded
121# before, so a cold shutdown is best.
122#
123# Apparently the firmware is loaded into the card's memory, which isn't cleared
124# as long as power is supplied (and between reboots - it is).
125#
126# Ref: https://tracker.pureos.net/T23 (different situation, same idea)
127firmware-atheros
128
129# To connect to headphones:
130pulseaudio-module-bluetooth
131
132# dwm build
133libx11-dev
134libxft-dev
135libxinerama-dev
136
137# X11 compositor
138compton
139
140# Web browsers
141qutebrowser
142chromium
143lynx
144elinks
145firefox-esr
146
147# Gopher clients
148sacc
149
150# SoX: Swiss army knife of sound processing
151# provides the play command
152sox
153
154# Shell script linter
155shellcheck
156
157# File managers
158ranger
159nnn
160pcmanfm
161
162# GNU Parallel.
163# Some of my scripts still use it, though it can mostly be replaced with
164# xargs -P $N.
165parallel
166
167# fuzzy finder
168fzf
169
170# meta-package for both client and server packages
171ssh
172
173# PDF utilities
174poppler-utils
175mupdf
176mupdf-tools
177
178# X11 API man pages
179libx11-doc
180
181# a pretty df
182dfc
183
184# Music Player daemon and clients
185mpd
186mpc
187ncmpc
188ncmpcpp
189
190# Dictionary
191dictd # server
192dict # client
193dict-gcide # Collaborative International Dictionary of English
194dict-jargon # hacker slang
195dict-wn # WordNet
196dict-freedict-eng-rus # English-Russian
197dict-freedict-eng-ell # English-Modern Greek
198dict-freedict-eng-lat # English-Latin
199dict-freedict-lat-eng # Latin-English
200
201# Provides hxpipe utility, used by khatus weather sensor
202html-xml-utils
203
204# Provides urlencode, among other things:
205gridsite-clients
206
207# Image viewers
208eog # Eye of GNOME
209eom # Eye of MATE
210sxiv
211
212# Networking tools:
213# - netstat
214# - ifconfig
215# - ipmaddr
216# - iptunnel
217# - mii-tool
218# - nameif
219# - plipconfig
220# - rarp
221# - route
222# - slattach
223# - arp
224net-tools
225
226# Net monitoring
227speedometer
228cbm
229
230# Internet speed test
231speedtest-cli
This page took 0.025877 seconds and 4 git commands to generate.