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