Add (updated) ps2dot
[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
9git
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
35youtube-dl
36mplayer
37mpv
38whois
39mono-complete
40screengrab
41tlp # Laptop power management tools
42erlang
43elixir
44openconnect # VPN cllient compatible with Cisco's AnyConnect
45graphviz
46graphviz-doc
47cups
48ddgr # Duck Duck Go CLI client
49wikipedia2text # Wikipedia CLI client
50
51# SML
52smlnj
53smlnj-doc
54
55# Xapian desktop search:
56xapian-omega # index with omindex
57xapian-tools # search with quest
58
59# Librem 15v4 Bluetooth.
60# A post-install reboot may be insufficient if incorrect firmware was loaded
61# before, so a cold shutdown is best.
62#
63# Apparently the firmware is loaded into the card's memory, which isn't cleared
64# as long as power is supplied (and between reboots - it is).
65#
66# Ref: https://tracker.pureos.net/T23 (different situation, same idea)
67firmware-atheros
68
69# To connect to headphones:
70pulseaudio-module-bluetooth
71
72# dwm build
73libx11-dev
74libxft-dev
75libxinerama-dev
76
77# X11 compositor
78compton
79
80# Web browsers
81qutebrowser
82chromium
83
84# SoX: Swiss army knife of sound processing
85# provides the play command
86sox
87
88# Shell script linter
89shellcheck
90
91# File managers
92ranger
93nnn
94pcmanfm
95
96# GNU Parallel.
97# Some of my scripts still use it, though it can mostly be replaced with
98# xargs -P $N.
99parallel
100
101# fuzzy finder
102fzf
103
104# meta-package for both client and server packages
105ssh
106
107# PDF utilities
108poppler-utils
109mupdf
110mupdf-tools
111
112# X11 API man pages
113libx11-doc
114
115# a pretty df
116dfc
117
118# Music Player daemon and clients
119mpd
120mpc
121ncmpc
122ncmpcpp
123
124# Dictionary
125dictd # server
126dict # client
127dict-gcide # Collaborative International Dictionary of English
128dict-jargon # hacker slang
129dict-wn # WordNet
130dict-freedict-eng-rus # English-Russian
131dict-freedict-eng-ell # English-Modern Greek
132dict-freedict-eng-lat # English-Latin
133dict-freedict-lat-eng # Latin-English
134
135# Provides hxpipe utility, used by khatus weather sensor
136html-xml-utils
137
138# Image viewers
139eog # Eye of GNOME
140eom # Eye of MATE
141sxiv
142
143# Networking tools:
144# - netstat
145# - ifconfig
146# - ipmaddr
147# - iptunnel
148# - mii-tool
149# - nameif
150# - plipconfig
151# - rarp
152# - route
153# - slattach
154# - arp
155net-tools
This page took 0.018308 seconds and 4 git commands to generate.