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