Add pkgs needed to compile dwm
[khome.git] / pkg-deb-install
... / ...
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
29
30# dwm build
31libx11-dev
32libxft-dev
33libxinerama-dev
34
35# X11 compositor
36compton
37
38# Web browsers
39qutebrowser
40chromium
41
42# SoX: Swiss army knife of sound processing
43# provides the play command
44sox
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
63
64# Can't deny - it does look good...
65task-gnome-desktop
66
67# meta-package for both client and server packages
68ssh
69
70# PDF utilities
71poppler-utils
72
73# X11 API man pages
74libx11-doc
75
76# a pretty df
77dfc
78
79# Music Player daemon and clients
80mpd
81mpc
82ncmpc
83ncmpcpp
This page took 0.01746 seconds and 4 git commands to generate.