Accept a name for dl and include starter script file
[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
15aspell-en # English
16aspell-ru # Russian
17aspell-el # Greek
18cheese
19newsboat
20nmap
21build-essential
22xkcdpass
23dunst
24hsetroot
25feh
26xbindkeys
27gawk
28original-awk
29libnotify-bin
30r-base
31locate
32units
33snapd # https://snapcraft.io/docs/installing-snap-on-debian
34encfs
35xscreensaver
36xscreensaver-data
37xscreensaver-data-extra
38mplayer
39mpv
40whois
41mono-complete
42scrot
43tlp # Laptop power management tools
44erlang
45elixir
46openconnect # VPN cllient compatible with Cisco's AnyConnect
47graphviz
48graphviz-doc
49cups
50ddgr # Duck Duck Go CLI client
51wikipedia2text # Wikipedia CLI client
52neofetch
53time # Surprisingly, GNU time isn't installed by default!
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
68nginx-doc
69tmux
70font-manager
71tup # fast build system
72clang
73rhash
74jsbeautifier
75pidgin
76pidgin-skype
77rig # Random Identity Generator
78fortune-mod
79exfat-utils # exFAT filesystem support
80linux-doc # Kernel docs. Found it with: apt-file search power_supply_class.txt
81
82# "modern" ls alternative: uses colours to distinguish file types and metadata;
83# does other things good too, like drawing a tree.
84# https://the.exa.website/
85exa
86
87# Screen color temperature setters
88redshift # Lots of code and features, adjusts automatically throughout the day.
89sct # 80 lines of C, does nothing automatically.
90
91graphicsmagick
92graphicsmagick-imagemagick-compat # provides /usr/bin/convert
93
94cvs
95
96# Emacs
97emacs-nox
98
99# Vim
100vim
101vim-gtk3
102
103# Mate
104caja
105caja-open-terminal
106mate-equake-applet # monitors earthquakes
107
108#------------------------------------------------------------------------------
109# Git
110#------------------------------------------------------------------------------
111git
112
113# Large File Support
114git-lfs
115
116# Integration with other VCS
117git-cvs
118git-svn
119
120# GUI
121git-gui
122git-cola # HiDPI. Overall nicer than default.
123
124# Documentation
125git-doc
126gitmagic
127
128# Web
129gitweb
130lighttpd # Was needed by 'git instaweb'
131highlight # Syntax highlighter which can be used by gitweb.
132#------------------------------------------------------------------------------
133
134# subversion
135subversion
136subversion-tools
137
138
139# Guile
140guile-2.0
141guile-2.0-doc
142
143# Racket
144racket
145
146# Chez Scheme
147chezscheme
148
149# Lisp
150sbcl
151
152# SML
153smlnj
154smlnj-doc
155
156# Xapian desktop search:
157xapian-omega # index with omindex
158xapian-tools # search with quest
159
160# Librem 15v4 Bluetooth.
161# A post-install reboot may be insufficient if incorrect firmware was loaded
162# before, so a cold shutdown is best.
163#
164# Apparently the firmware is loaded into the card's memory, which isn't cleared
165# as long as power is supplied (and between reboots - it is).
166#
167# Ref: https://tracker.pureos.net/T23 (different situation, same idea)
168firmware-atheros
169
170# To connect to headphones:
171pulseaudio-module-bluetooth
172
173# dwm build
174libx11-dev
175libxft-dev
176libxinerama-dev
177
178# X11 compositor
179compton
180
181# Web browsers
182qutebrowser
183chromium
184lynx
185elinks
186firefox-esr
187
188# Gopher clients
189sacc
190
191# SoX: Swiss army knife of sound processing
192# provides the play command
193sox
194
195# Shell script linter
196shellcheck
197
198# File managers
199ranger
200nnn
201pcmanfm
202
203# GNU Parallel.
204# Some of my scripts still use it, though it can mostly be replaced with
205# xargs -P $N.
206parallel
207
208# fuzzy finder
209fzf
210
211# meta-package for both client and server packages
212ssh
213
214# PDF utilities
215poppler-utils
216mupdf
217mupdf-tools
218atril
219zathura
220zathura-cb
221zathura-djvu
222zathura-pdf-poppler
223zathura-ps
224
225# X11 API man pages
226libx11-doc
227
228# a pretty df
229dfc
230
231# Music Player daemon and clients
232mpd
233mpc
234libmpdclient-dev # mpd/client.h
235ncmpc
236ncmpcpp
237
238# Dictionary
239dictd # server
240dict # client
241dict-gcide # Collaborative International Dictionary of English
242dict-jargon # hacker slang
243dict-wn # WordNet
244dict-freedict-eng-rus # English-Russian
245dict-freedict-eng-ell # English-Modern Greek
246dict-freedict-eng-lat # English-Latin
247dict-freedict-lat-eng # Latin-English
248
249# Provides hxpipe utility, used by khatus weather sensor
250html-xml-utils
251
252# Provides urlencode, among other things:
253gridsite-clients
254
255# Image viewers
256eog # Eye of GNOME
257eom # Eye of MATE
258sxiv
259shotwell # Photo manager
260
261# Networking tools:
262# - netstat
263# - ifconfig
264# - ipmaddr
265# - iptunnel
266# - mii-tool
267# - nameif
268# - plipconfig
269# - rarp
270# - route
271# - slattach
272# - arp
273net-tools
274
275# Net monitoring
276speedometer
277cbm
278
279# Internet speed test
280speedtest-cli
281
282# Retro net
283finger
284
285# Games
286colobot
287warzone2100
288
289# GNOME themes
290#adwaita-icon-theme-full # In Ubuntu, not in Debian
291adwaita-qt
292gnome-themes-standard
293#gnome-themes-ubuntu # In Ubuntu, not in Debian
294
295lxappearance # https://wiki.archlinux.org/index.php/GTK
296
297ifuse # Mount iPhone
This page took 0.02859 seconds and 4 git commands to generate.