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