Add more packages
[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 make
11 apt-file
12 jq
13 curl
14 lftp
15 aspell
16 cheese
17 newsboat
18
19 # Web browsers
20 qutebrowser
21 chromium
22
23 # SoX: Swiss army knife of sound processing
24 # provides the play command
25 sox
26
27 # Shell script linter
28 shellcheck
29
30 # File managers
31 ranger
32 nnn
33 pcmanfm
34
35 # GNU Parallel.
36 # Some of my scripts still use it, though it can mostly be replaced with
37 # xargs -P $N.
38 parallel
39
40 xfonts-terminus
41
42 # fuzzy finder
43 fzf
44
45 # Can't deny - it does look good...
46 task-gnome-desktop
47
48 # meta-package for both client and server packages
49 ssh
50
51 # PDF utilities
52 poppler-utils
53
54 # X11 API man pages
55 libx11-doc
56
57 # a pretty df
58 dfc
59
60 # Music Player daemon and clients
61 mpd
62 mpc
63 ncmpc
64 ncmpcpp
This page took 0.047984 seconds and 4 git commands to generate.