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