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