Add deb pkg: zeal
[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!
4vim
5vim-gtk3
6tree
7htop
8zsh
9zsh-syntax-highlighting
10tig
11make
12apt-file
13jq
14curl
15lftp
16aspell
17cheese
18newsboat
19nmap
20build-essential
21xkcdpass
22dunst
23hsetroot
24feh
25xbindkeys
26gawk
27original-awk
28libnotify-bin
29r-base
30locate
31units
32snapd # https://snapcraft.io/docs/installing-snap-on-debian
33encfs
34xscreensaver
35xscreensaver-data
36xscreensaver-data-extra
37mplayer
38mpv
39whois
40mono-complete
41screengrab
42tlp # Laptop power management tools
43erlang
44elixir
45openconnect # VPN cllient compatible with Cisco's AnyConnect
46graphviz
47graphviz-doc
48cups
49ddgr # Duck Duck Go CLI client
50wikipedia2text # Wikipedia CLI client
51neofetch
52time # Surprisingly, GNU time isn't installed by default!
53caja-open-terminal
54ffmpeg
55pandoc
56nq # Unix CLI queue utility
57neomutt
58lm-sensors
59fslint # File system maintenance utilities
60goaccess # Web server log analyzer
61xinput # Configure touchpad
62python3-pip
63db-util
64dnsutils # dig and friends
65debian-goodies # Misc. helper scripts. See: apt show debian-goodies
66zeal # Documentation browser, like Dash.app
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#------------------------------------------------------------------------------
83# Git
84#------------------------------------------------------------------------------
85git
86
87# Large File Support
88git-lfs
89
90# Integration with other VCS
91git-cvs
92git-svn
93
94# GUI
95git-gui
96git-cola # HiDPI. Overall nicer than default.
97
98# Documentation
99git-doc
100gitmagic
101
102# Web
103gitweb
104lighttpd # Was needed by 'git instaweb'
105highlight # Syntax highlighter which can be used by gitweb.
106#------------------------------------------------------------------------------
107
108# subversion
109subversion
110subversion-tools
111
112
113# Guile
114guile-2.0
115guile-2.0-doc
116
117# Racket
118racket
119
120# Lisp
121sbcl
122
123# SML
124smlnj
125smlnj-doc
126
127# Xapian desktop search:
128xapian-omega # index with omindex
129xapian-tools # search with quest
130
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
141# To connect to headphones:
142pulseaudio-module-bluetooth
143
144# dwm build
145libx11-dev
146libxft-dev
147libxinerama-dev
148
149# X11 compositor
150compton
151
152# Web browsers
153qutebrowser
154chromium
155lynx
156elinks
157firefox-esr
158
159# Gopher clients
160sacc
161
162# SoX: Swiss army knife of sound processing
163# provides the play command
164sox
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
179# fuzzy finder
180fzf
181
182# meta-package for both client and server packages
183ssh
184
185# PDF utilities
186poppler-utils
187mupdf
188mupdf-tools
189
190# X11 API man pages
191libx11-doc
192
193# a pretty df
194dfc
195
196# Music Player daemon and clients
197mpd
198mpc
199ncmpc
200ncmpcpp
201
202# Dictionary
203dictd # server
204dict # client
205dict-gcide # Collaborative International Dictionary of English
206dict-jargon # hacker slang
207dict-wn # WordNet
208dict-freedict-eng-rus # English-Russian
209dict-freedict-eng-ell # English-Modern Greek
210dict-freedict-eng-lat # English-Latin
211dict-freedict-lat-eng # Latin-English
212
213# Provides hxpipe utility, used by khatus weather sensor
214html-xml-utils
215
216# Provides urlencode, among other things:
217gridsite-clients
218
219# Image viewers
220eog # Eye of GNOME
221eom # Eye of MATE
222sxiv
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
237
238# Net monitoring
239speedometer
240cbm
241
242# Internet speed test
243speedtest-cli
This page took 0.018761 seconds and 4 git commands to generate.