Add units 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 units
32
33 # dwm build
34 libx11-dev
35 libxft-dev
36 libxinerama-dev
37
38 # X11 compositor
39 compton
40
41 # Web browsers
42 qutebrowser
43 chromium
44
45 # SoX: Swiss army knife of sound processing
46 # provides the play command
47 sox
48
49 # Shell script linter
50 shellcheck
51
52 # File managers
53 ranger
54 nnn
55 pcmanfm
56
57 # GNU Parallel.
58 # Some of my scripts still use it, though it can mostly be replaced with
59 # xargs -P $N.
60 parallel
61
62 # fuzzy finder
63 fzf
64
65 # meta-package for both client and server packages
66 ssh
67
68 # PDF utilities
69 poppler-utils
70 mupdf
71 mupdf-tools
72
73 # X11 API man pages
74 libx11-doc
75
76 # a pretty df
77 dfc
78
79 # Music Player daemon and clients
80 mpd
81 mpc
82 ncmpc
83 ncmpcpp
84
85 # Dictionary
86 dictd
87 dict
88 dict-gcide
89 dict-jargon
90 dict-wn
91
92 # Provides hxpipe utility, used by khatus weather sensor
93 html-xml-utils
94
95 # Image viewers
96 eog
97 sxiv
98
99 # Networking tools:
100 # - netstat
101 # - ifconfig
102 # - ipmaddr
103 # - iptunnel
104 # - mii-tool
105 # - nameif
106 # - plipconfig
107 # - rarp
108 # - route
109 # - slattach
110 # - arp
111 net-tools
This page took 0.060859 seconds and 4 git commands to generate.