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