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