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