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