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