Add atril and 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
205
206# X11 API man pages
207libx11-doc
208
209# a pretty df
210dfc
211
212# Music Player daemon and clients
213mpd
214mpc
215ncmpc
216ncmpcpp
217
218# Dictionary
219dictd # server
220dict # client
221dict-gcide # Collaborative International Dictionary of English
222dict-jargon # hacker slang
223dict-wn # WordNet
224dict-freedict-eng-rus # English-Russian
225dict-freedict-eng-ell # English-Modern Greek
226dict-freedict-eng-lat # English-Latin
227dict-freedict-lat-eng # Latin-English
228
229# Provides hxpipe utility, used by khatus weather sensor
230html-xml-utils
231
232# Provides urlencode, among other things:
233gridsite-clients
234
235# Image viewers
236eog # Eye of GNOME
237eom # Eye of MATE
238sxiv
239
240# Networking tools:
241# - netstat
242# - ifconfig
243# - ipmaddr
244# - iptunnel
245# - mii-tool
246# - nameif
247# - plipconfig
248# - rarp
249# - route
250# - slattach
251# - arp
252net-tools
253
254# Net monitoring
255speedometer
256cbm
257
258# Internet speed test
259speedtest-cli
260
261# Retro net
262finger
263
264# Games
265colobot
This page took 0.018933 seconds and 4 git commands to generate.