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