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