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