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