Add package install script and target
[khome.git] / pkg-deb-install
1 # Debian packages I DO want, but are not part of the minimal install.
2
3 vim
4 tree
5 htop
6 zsh
7 zsh-syntax-highlighting
8 git
9 qutebrowser
10 make
11 apt-file
12 jq
13 curl
14 lftp
15 aspell
16
17 # Shell script linter
18 shellcheck
19
20 # File managers
21 ranger
22 nnn
23 pcmanfm
24
25 # GNU Parallel.
26 # Some of my scripts still use it, though it can mostly be replaced with
27 # xargs -P $N.
28 parallel
29
30 xfonts-terminus
31
32 # fuzzy finder
33 fzf
34
35 # Can't deny - it does look good...
36 task-gnome-desktop
37
38 # meta-package for both client and server packages
39 ssh
40
41 # PDF utilities
42 poppler-utils
43
44 # X11 API man pages
45 libx11-doc
46
47 # a pretty df
48 dfc
49
50 # Music Player daemon and clients
51 mpd
52 mpc
53 ncmpc
54 ncmpcpp
This page took 0.07291 seconds and 4 git commands to generate.