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