Refactor package install script
[khome.git] / pkgs-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 xkcdpass
22 dunst
23 hsetroot
24 feh
25 xbindkeys
26 gawk
27 original-awk
28 libnotify-bin
29
30 # dwm build
31 libx11-dev
32 libxft-dev
33 libxinerama-dev
34
35 # X11 compositor
36 compton
37
38 # Web browsers
39 qutebrowser
40 chromium
41
42 # SoX: Swiss army knife of sound processing
43 # provides the play command
44 sox
45
46 # Shell script linter
47 shellcheck
48
49 # File managers
50 ranger
51 nnn
52 pcmanfm
53
54 # GNU Parallel.
55 # Some of my scripts still use it, though it can mostly be replaced with
56 # xargs -P $N.
57 parallel
58
59 # fuzzy finder
60 fzf
61
62 # meta-package for both client and server packages
63 ssh
64
65 # PDF utilities
66 poppler-utils
67
68 # X11 API man pages
69 libx11-doc
70
71 # a pretty df
72 dfc
73
74 # Music Player daemon and clients
75 mpd
76 mpc
77 ncmpc
78 ncmpcpp
79
80 # Dictionary
81 dictd
82 dict
83 dict-gcide
84 dict-jargon
85 dict-wn
86
87 # Provides hxpipe utility, used by khatus weather sensor
88 html-xml-utils
This page took 0.058307 seconds and 4 git commands to generate.