Add Xapian article URI
[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
45
46# Librem 15v4 Bluetooth.
47# A post-install reboot may be insufficient if incorrect firmware was loaded
48# before, so a cold shutdown is best.
49#
50# Apparently the firmware is loaded into the card's memory, which isn't cleared
51# as long as power is supplied (and between reboots - it is).
52#
53# Ref: https://tracker.pureos.net/T23 (different situation, same idea)
54firmware-atheros
55
56# To connect to headphones:
57pulseaudio-module-bluetooth
58
59# dwm build
60libx11-dev
61libxft-dev
62libxinerama-dev
63
64# X11 compositor
65compton
66
67# Web browsers
68qutebrowser
69chromium
70
71# SoX: Swiss army knife of sound processing
72# provides the play command
73sox
74
75# Shell script linter
76shellcheck
77
78# File managers
79ranger
80nnn
81pcmanfm
82
83# GNU Parallel.
84# Some of my scripts still use it, though it can mostly be replaced with
85# xargs -P $N.
86parallel
87
88# fuzzy finder
89fzf
90
91# meta-package for both client and server packages
92ssh
93
94# PDF utilities
95poppler-utils
96mupdf
97mupdf-tools
98
99# X11 API man pages
100libx11-doc
101
102# a pretty df
103dfc
104
105# Music Player daemon and clients
106mpd
107mpc
108ncmpc
109ncmpcpp
110
111# Dictionary
112dictd
113dict
114dict-gcide
115dict-jargon
116dict-wn
117
118# Provides hxpipe utility, used by khatus weather sensor
119html-xml-utils
120
121# Image viewers
122eog # Eye of GNOME
123eom # Eye of MATE
124sxiv
125
126# Networking tools:
127# - netstat
128# - ifconfig
129# - ipmaddr
130# - iptunnel
131# - mii-tool
132# - nameif
133# - plipconfig
134# - rarp
135# - route
136# - slattach
137# - arp
138net-tools
This page took 0.023082 seconds and 4 git commands to generate.