Add pkgs needed to compile dwm
[khome.git] / pkg-deb-install
CommitLineData
adb92a8b
SK
1# Debian packages I DO want, but are not part of the minimal install.
2
70ae08c7 3vim
342d5f0b 4vim-gtk3
70ae08c7
SK
5tree
6htop
1b71cb59
SK
7zsh
8zsh-syntax-highlighting
9git
8607eae7 10tig
1b71cb59
SK
11make
12apt-file
13jq
14curl
15lftp
16aspell
342d5f0b
SK
17cheese
18newsboat
b958b7f5 19nmap
0c0981f2 20build-essential
a4f55c6b 21xkcdpass
ed180909
SK
22dunst
23hsetroot
24feh
25xbindkeys
26gawk
27original-awk
28libnotify-bin
29
17bc1df8
SK
30# dwm build
31libx11-dev
32libxft-dev
33libxinerama-dev
34
ed180909
SK
35# X11 compositor
36compton
342d5f0b
SK
37
38# Web browsers
39qutebrowser
40chromium
41
42# SoX: Swiss army knife of sound processing
43# provides the play command
44sox
1b71cb59
SK
45
46# Shell script linter
47shellcheck
48
49# File managers
50ranger
51nnn
52pcmanfm
53
54# GNU Parallel.
55# Some of my scripts still use it, though it can mostly be replaced with
56# xargs -P $N.
57parallel
58
59xfonts-terminus
60
61# fuzzy finder
62fzf
70ae08c7
SK
63
64# Can't deny - it does look good...
65task-gnome-desktop
66
67# meta-package for both client and server packages
68ssh
69
adb92a8b
SK
70# PDF utilities
71poppler-utils
72
73# X11 API man pages
74libx11-doc
70ae08c7
SK
75
76# a pretty df
77dfc
1b71cb59
SK
78
79# Music Player daemon and clients
80mpd
81mpc
82ncmpc
83ncmpcpp
This page took 0.038265 seconds and 4 git commands to generate.