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