Add whois pkg
[khome.git] / pkgs-deb-install.list
1 # Debian packages I DO want, but are not part of the minimal install.
2
3 vim
4 vim-gtk3
5 tree
6 htop
7 zsh
8 zsh-syntax-highlighting
9 git
10 tig
11 make
12 apt-file
13 jq
14 curl
15 lftp
16 aspell
17 cheese
18 newsboat
19 nmap
20 build-essential
21 xkcdpass
22 dunst
23 hsetroot
24 feh
25 xbindkeys
26 gawk
27 original-awk
28 libnotify-bin
29 r-base
30 locate
31 units
32 snapd # https://snapcraft.io/docs/installing-snap-on-debian
33 encfs
34 xscreensaver
35 youtube-dl
36 mplayer
37 mpv
38 whois
39
40 # dwm build
41 libx11-dev
42 libxft-dev
43 libxinerama-dev
44
45 # X11 compositor
46 compton
47
48 # Web browsers
49 qutebrowser
50 chromium
51
52 # SoX: Swiss army knife of sound processing
53 # provides the play command
54 sox
55
56 # Shell script linter
57 shellcheck
58
59 # File managers
60 ranger
61 nnn
62 pcmanfm
63
64 # GNU Parallel.
65 # Some of my scripts still use it, though it can mostly be replaced with
66 # xargs -P $N.
67 parallel
68
69 # fuzzy finder
70 fzf
71
72 # meta-package for both client and server packages
73 ssh
74
75 # PDF utilities
76 poppler-utils
77 mupdf
78 mupdf-tools
79
80 # X11 API man pages
81 libx11-doc
82
83 # a pretty df
84 dfc
85
86 # Music Player daemon and clients
87 mpd
88 mpc
89 ncmpc
90 ncmpcpp
91
92 # Dictionary
93 dictd
94 dict
95 dict-gcide
96 dict-jargon
97 dict-wn
98
99 # Provides hxpipe utility, used by khatus weather sensor
100 html-xml-utils
101
102 # Image viewers
103 eog # Eye of GNOME
104 eom # Eye of MATE
105 sxiv
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
119 net-tools
This page took 0.055452 seconds and 5 git commands to generate.