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