Add whois pkg
[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
39
40# dwm build
41libx11-dev
42libxft-dev
43libxinerama-dev
44
45# X11 compositor
46compton
47
48# Web browsers
49qutebrowser
50chromium
51
52# SoX: Swiss army knife of sound processing
53# provides the play command
54sox
55
56# Shell script linter
57shellcheck
58
59# File managers
60ranger
61nnn
62pcmanfm
63
64# GNU Parallel.
65# Some of my scripts still use it, though it can mostly be replaced with
66# xargs -P $N.
67parallel
68
69# fuzzy finder
70fzf
71
72# meta-package for both client and server packages
73ssh
74
75# PDF utilities
76poppler-utils
77mupdf
78mupdf-tools
79
80# X11 API man pages
81libx11-doc
82
83# a pretty df
84dfc
85
86# Music Player daemon and clients
87mpd
88mpc
89ncmpc
90ncmpcpp
91
92# Dictionary
93dictd
94dict
95dict-gcide
96dict-jargon
97dict-wn
98
99# Provides hxpipe utility, used by khatus weather sensor
100html-xml-utils
101
102# Image viewers
103eog # Eye of GNOME
104eom # Eye of MATE
105sxiv
106
107# Networking tools:
108# - netstat
109# - ifconfig
110# - ipmaddr
111# - iptunnel
112# - mii-tool
113# - nameif
114# - plipconfig
115# - rarp
116# - route
117# - slattach
118# - arp
119net-tools
This page took 0.02391 seconds and 4 git commands to generate.