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