Add missing pkgs for my dwm/khatus setup
[khome.git] / pkg-deb-install
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 dunst
22 hsetroot
23 feh
24 xbindkeys
25 gawk
26 original-awk
27 libnotify-bin
28
29 # X11 compositor
30 compton
31
32 # Web browsers
33 qutebrowser
34 chromium
35
36 # SoX: Swiss army knife of sound processing
37 # provides the play command
38 sox
39
40 # Shell script linter
41 shellcheck
42
43 # File managers
44 ranger
45 nnn
46 pcmanfm
47
48 # GNU Parallel.
49 # Some of my scripts still use it, though it can mostly be replaced with
50 # xargs -P $N.
51 parallel
52
53 xfonts-terminus
54
55 # fuzzy finder
56 fzf
57
58 # Can't deny - it does look good...
59 task-gnome-desktop
60
61 # meta-package for both client and server packages
62 ssh
63
64 # PDF utilities
65 poppler-utils
66
67 # X11 API man pages
68 libx11-doc
69
70 # a pretty df
71 dfc
72
73 # Music Player daemon and clients
74 mpd
75 mpc
76 ncmpc
77 ncmpcpp
This page took 0.043569 seconds and 4 git commands to generate.