Add more xscreensaver screensavers
[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
35xscreensaver-data
36xscreensaver-data-extra
37mplayer
38mpv
39whois
40mono-complete
41screengrab
42tlp # Laptop power management tools
43erlang
44elixir
45openconnect # VPN cllient compatible with Cisco's AnyConnect
46graphviz
47graphviz-doc
48cups
49ddgr # Duck Duck Go CLI client
50wikipedia2text # Wikipedia CLI client
51neofetch
52time # Surprisingly, GNU time isn't installed by default!
53caja-open-terminal
54ffmpeg
55pandoc
56nq # Unix CLI queue utility
57neomutt
58lm-sensors
59fslint # File system maintenance utilities
60goaccess # Web server log analyzer
61xinput # Configure touchpad
62python3-pip
63db-util
64dnsutils # dig and friends
65debian-goodies # Misc. helper scripts. See: apt show debian-goodies
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#------------------------------------------------------------------------------
82# Git
83#------------------------------------------------------------------------------
84git
85git-cvs
86git-svn
87
88# GUI
89git-gui
90git-cola # HiDPI. Overall nicer than default.
91
92# Documentation
93git-doc
94gitmagic
95
96# Web
97gitweb
98lighttpd # Was needed by 'git instaweb'
99highlight # Syntax highlighter which can be used by gitweb.
100#------------------------------------------------------------------------------
101
102# subversion
103subversion
104subversion-tools
105
106
107# Guile
108guile-2.0
109guile-2.0-doc
110
111# Racket
112racket
113
114# Lisp
115sbcl
116
117# SML
118smlnj
119smlnj-doc
120
121# Xapian desktop search:
122xapian-omega # index with omindex
123xapian-tools # search with quest
124
125# Librem 15v4 Bluetooth.
126# A post-install reboot may be insufficient if incorrect firmware was loaded
127# before, so a cold shutdown is best.
128#
129# Apparently the firmware is loaded into the card's memory, which isn't cleared
130# as long as power is supplied (and between reboots - it is).
131#
132# Ref: https://tracker.pureos.net/T23 (different situation, same idea)
133firmware-atheros
134
135# To connect to headphones:
136pulseaudio-module-bluetooth
137
138# dwm build
139libx11-dev
140libxft-dev
141libxinerama-dev
142
143# X11 compositor
144compton
145
146# Web browsers
147qutebrowser
148chromium
149lynx
150elinks
151firefox-esr
152
153# Gopher clients
154sacc
155
156# SoX: Swiss army knife of sound processing
157# provides the play command
158sox
159
160# Shell script linter
161shellcheck
162
163# File managers
164ranger
165nnn
166pcmanfm
167
168# GNU Parallel.
169# Some of my scripts still use it, though it can mostly be replaced with
170# xargs -P $N.
171parallel
172
173# fuzzy finder
174fzf
175
176# meta-package for both client and server packages
177ssh
178
179# PDF utilities
180poppler-utils
181mupdf
182mupdf-tools
183
184# X11 API man pages
185libx11-doc
186
187# a pretty df
188dfc
189
190# Music Player daemon and clients
191mpd
192mpc
193ncmpc
194ncmpcpp
195
196# Dictionary
197dictd # server
198dict # client
199dict-gcide # Collaborative International Dictionary of English
200dict-jargon # hacker slang
201dict-wn # WordNet
202dict-freedict-eng-rus # English-Russian
203dict-freedict-eng-ell # English-Modern Greek
204dict-freedict-eng-lat # English-Latin
205dict-freedict-lat-eng # Latin-English
206
207# Provides hxpipe utility, used by khatus weather sensor
208html-xml-utils
209
210# Provides urlencode, among other things:
211gridsite-clients
212
213# Image viewers
214eog # Eye of GNOME
215eom # Eye of MATE
216sxiv
217
218# Networking tools:
219# - netstat
220# - ifconfig
221# - ipmaddr
222# - iptunnel
223# - mii-tool
224# - nameif
225# - plipconfig
226# - rarp
227# - route
228# - slattach
229# - arp
230net-tools
231
232# Net monitoring
233speedometer
234cbm
235
236# Internet speed test
237speedtest-cli
This page took 0.0248 seconds and 4 git commands to generate.