Add history-searching alias
[khome.git] / pkgs-deb-install.list
... / ...
CommitLineData
1# Debian packages I DO want, but are not part of the minimal install.
2
3vim
4vim-gtk3
5tree
6htop
7zsh
8zsh-syntax-highlighting
9tig
10make
11apt-file
12jq
13curl
14lftp
15aspell
16cheese
17newsboat
18nmap
19build-essential
20xkcdpass
21dunst
22hsetroot
23feh
24xbindkeys
25gawk
26original-awk
27libnotify-bin
28r-base
29locate
30units
31snapd # https://snapcraft.io/docs/installing-snap-on-debian
32encfs
33xscreensaver
34mplayer
35mpv
36whois
37mono-complete
38screengrab
39tlp # Laptop power management tools
40erlang
41elixir
42openconnect # VPN cllient compatible with Cisco's AnyConnect
43graphviz
44graphviz-doc
45cups
46ddgr # Duck Duck Go CLI client
47wikipedia2text # Wikipedia CLI client
48neofetch
49time # Surprisingly, GNU time isn't installed by default!
50caja-open-terminal
51ffmpeg
52pandoc
53nq # Unix CLI queue utility
54
55graphicsmagick
56graphicsmagick-imagemagick-compat # provides /usr/bin/convert
57
58cvs
59
60#------------------------------------------------------------------------------
61# Git
62#------------------------------------------------------------------------------
63git
64git-cvs
65git-svn
66
67# GUI
68git-gui
69git-cola # HiDPI. Overall nicer than default.
70
71# Documentation
72git-doc
73gitmagic
74#------------------------------------------------------------------------------
75
76# subversion
77subversion
78subversion-tools
79
80
81# Guile
82guile-2.0
83guile-2.0-doc
84
85# SML
86smlnj
87smlnj-doc
88
89# Xapian desktop search:
90xapian-omega # index with omindex
91xapian-tools # search with quest
92
93# Librem 15v4 Bluetooth.
94# A post-install reboot may be insufficient if incorrect firmware was loaded
95# before, so a cold shutdown is best.
96#
97# Apparently the firmware is loaded into the card's memory, which isn't cleared
98# as long as power is supplied (and between reboots - it is).
99#
100# Ref: https://tracker.pureos.net/T23 (different situation, same idea)
101firmware-atheros
102
103# To connect to headphones:
104pulseaudio-module-bluetooth
105
106# dwm build
107libx11-dev
108libxft-dev
109libxinerama-dev
110
111# X11 compositor
112compton
113
114# Web browsers
115qutebrowser
116chromium
117
118# SoX: Swiss army knife of sound processing
119# provides the play command
120sox
121
122# Shell script linter
123shellcheck
124
125# File managers
126ranger
127nnn
128pcmanfm
129
130# GNU Parallel.
131# Some of my scripts still use it, though it can mostly be replaced with
132# xargs -P $N.
133parallel
134
135# fuzzy finder
136fzf
137
138# meta-package for both client and server packages
139ssh
140
141# PDF utilities
142poppler-utils
143mupdf
144mupdf-tools
145
146# X11 API man pages
147libx11-doc
148
149# a pretty df
150dfc
151
152# Music Player daemon and clients
153mpd
154mpc
155ncmpc
156ncmpcpp
157
158# Dictionary
159dictd # server
160dict # client
161dict-gcide # Collaborative International Dictionary of English
162dict-jargon # hacker slang
163dict-wn # WordNet
164dict-freedict-eng-rus # English-Russian
165dict-freedict-eng-ell # English-Modern Greek
166dict-freedict-eng-lat # English-Latin
167dict-freedict-lat-eng # Latin-English
168
169# Provides hxpipe utility, used by khatus weather sensor
170html-xml-utils
171
172# Image viewers
173eog # Eye of GNOME
174eom # Eye of MATE
175sxiv
176
177# Networking tools:
178# - netstat
179# - ifconfig
180# - ipmaddr
181# - iptunnel
182# - mii-tool
183# - nameif
184# - plipconfig
185# - rarp
186# - route
187# - slattach
188# - arp
189net-tools
190
191# Net monitoring
192speedometer
193cbm
194
195# Internet speed test
196speedtest-cli
This page took 0.026531 seconds and 4 git commands to generate.