Add deb pkg: zeal
[khome.git] / pkgs-deb-install.list
CommitLineData
adb92a8b
SK
1# Debian packages I DO want, but are not part of the minimal install.
2
c2751823 3at # Surprisingly not in base install!
70ae08c7 4vim
342d5f0b 5vim-gtk3
70ae08c7
SK
6tree
7htop
1b71cb59
SK
8zsh
9zsh-syntax-highlighting
8607eae7 10tig
1b71cb59
SK
11make
12apt-file
13jq
14curl
15lftp
16aspell
342d5f0b
SK
17cheese
18newsboat
b958b7f5 19nmap
0c0981f2 20build-essential
a4f55c6b 21xkcdpass
ed180909
SK
22dunst
23hsetroot
24feh
25xbindkeys
26gawk
27original-awk
28libnotify-bin
315a47e2 29r-base
d4871127 30locate
989816aa 31units
f6f4417d 32snapd # https://snapcraft.io/docs/installing-snap-on-debian
cb980f1a 33encfs
ba2fb208 34xscreensaver
c8576374
SK
35xscreensaver-data
36xscreensaver-data-extra
20ff3b14
SK
37mplayer
38mpv
6a6b9d74 39whois
bd33f8bb 40mono-complete
cc4bb8a5 41screengrab
64c7fd1a 42tlp # Laptop power management tools
76d04868 43erlang
2f507b20 44elixir
82012c26 45openconnect # VPN cllient compatible with Cisco's AnyConnect
195a8168
SK
46graphviz
47graphviz-doc
48cups
49ddgr # Duck Duck Go CLI client
50wikipedia2text # Wikipedia CLI client
5b3a1ae5 51neofetch
80dd9dba
SK
52time # Surprisingly, GNU time isn't installed by default!
53caja-open-terminal
54ffmpeg
55pandoc
a67d114f 56nq # Unix CLI queue utility
2996da29 57neomutt
72902aa9 58lm-sensors
2878b8cf
SK
59fslint # File system maintenance utilities
60goaccess # Web server log analyzer
2d3f9fbf 61xinput # Configure touchpad
c51a3e0d 62python3-pip
43837326 63db-util
2923076e 64dnsutils # dig and friends
0243b61b 65debian-goodies # Misc. helper scripts. See: apt show debian-goodies
10af8e0c 66zeal # Documentation browser, like Dash.app
80dd9dba 67
876846a7
SK
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
65e794e2
SK
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
80dd9dba
SK
77graphicsmagick
78graphicsmagick-imagemagick-compat # provides /usr/bin/convert
79
3ef034cb
SK
80cvs
81
80dd9dba
SK
82#------------------------------------------------------------------------------
83# Git
84#------------------------------------------------------------------------------
85git
203b5db4
SK
86
87# Large File Support
88git-lfs
89
90# Integration with other VCS
3ef034cb
SK
91git-cvs
92git-svn
80dd9dba
SK
93
94# GUI
95git-gui
96git-cola # HiDPI. Overall nicer than default.
97
98# Documentation
99git-doc
100gitmagic
4cf3e4c6
SK
101
102# Web
103gitweb
104lighttpd # Was needed by 'git instaweb'
47c72db6 105highlight # Syntax highlighter which can be used by gitweb.
80dd9dba
SK
106#------------------------------------------------------------------------------
107
3ef034cb
SK
108# subversion
109subversion
110subversion-tools
111
80dd9dba
SK
112
113# Guile
114guile-2.0
115guile-2.0-doc
ed180909 116
f133edc8
SK
117# Racket
118racket
119
120# Lisp
121sbcl
122
91750947
SK
123# SML
124smlnj
125smlnj-doc
126
371af1c4
SK
127# Xapian desktop search:
128xapian-omega # index with omindex
129xapian-tools # search with quest
130
f8bf7898
SK
131# Librem 15v4 Bluetooth.
132# A post-install reboot may be insufficient if incorrect firmware was loaded
133# before, so a cold shutdown is best.
134#
135# Apparently the firmware is loaded into the card's memory, which isn't cleared
136# as long as power is supplied (and between reboots - it is).
137#
138# Ref: https://tracker.pureos.net/T23 (different situation, same idea)
139firmware-atheros
140
8f795d76
SK
141# To connect to headphones:
142pulseaudio-module-bluetooth
143
17bc1df8
SK
144# dwm build
145libx11-dev
146libxft-dev
147libxinerama-dev
148
ed180909
SK
149# X11 compositor
150compton
342d5f0b
SK
151
152# Web browsers
153qutebrowser
154chromium
fef3b23d
SK
155lynx
156elinks
157firefox-esr
158
159# Gopher clients
160sacc
342d5f0b
SK
161
162# SoX: Swiss army knife of sound processing
163# provides the play command
164sox
1b71cb59
SK
165
166# Shell script linter
167shellcheck
168
169# File managers
170ranger
171nnn
172pcmanfm
173
174# GNU Parallel.
175# Some of my scripts still use it, though it can mostly be replaced with
176# xargs -P $N.
177parallel
178
1b71cb59
SK
179# fuzzy finder
180fzf
70ae08c7 181
70ae08c7
SK
182# meta-package for both client and server packages
183ssh
184
adb92a8b
SK
185# PDF utilities
186poppler-utils
6257645f
SK
187mupdf
188mupdf-tools
adb92a8b
SK
189
190# X11 API man pages
191libx11-doc
70ae08c7
SK
192
193# a pretty df
194dfc
1b71cb59
SK
195
196# Music Player daemon and clients
197mpd
198mpc
199ncmpc
200ncmpcpp
fd56cf9a
SK
201
202# Dictionary
8267e782
SK
203dictd # server
204dict # client
205dict-gcide # Collaborative International Dictionary of English
206dict-jargon # hacker slang
207dict-wn # WordNet
381a58e6
SK
208dict-freedict-eng-rus # English-Russian
209dict-freedict-eng-ell # English-Modern Greek
f3903df7
SK
210dict-freedict-eng-lat # English-Latin
211dict-freedict-lat-eng # Latin-English
77f7a1b3
SK
212
213# Provides hxpipe utility, used by khatus weather sensor
214html-xml-utils
99ad7c4b 215
6550e429
SK
216# Provides urlencode, among other things:
217gridsite-clients
218
99ad7c4b 219# Image viewers
75b1acdc
SK
220eog # Eye of GNOME
221eom # Eye of MATE
99ad7c4b 222sxiv
7d989a0e
SK
223
224# Networking tools:
225# - netstat
226# - ifconfig
227# - ipmaddr
228# - iptunnel
229# - mii-tool
230# - nameif
231# - plipconfig
232# - rarp
233# - route
234# - slattach
235# - arp
236net-tools
80dd9dba
SK
237
238# Net monitoring
239speedometer
240cbm
241
242# Internet speed test
243speedtest-cli
This page took 0.05603 seconds and 4 git commands to generate.