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