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