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