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