Add missing pkgs for my dwm/khatus setup
[khome.git] / pkg-deb-install
... / ...
CommitLineData
1# Debian packages I DO want, but are not part of the minimal install.
2
3vim
4vim-gtk3
5tree
6htop
7zsh
8zsh-syntax-highlighting
9git
10tig
11make
12apt-file
13jq
14curl
15lftp
16aspell
17cheese
18newsboat
19nmap
20build-essential
21dunst
22hsetroot
23feh
24xbindkeys
25gawk
26original-awk
27libnotify-bin
28
29# X11 compositor
30compton
31
32# Web browsers
33qutebrowser
34chromium
35
36# SoX: Swiss army knife of sound processing
37# provides the play command
38sox
39
40# Shell script linter
41shellcheck
42
43# File managers
44ranger
45nnn
46pcmanfm
47
48# GNU Parallel.
49# Some of my scripts still use it, though it can mostly be replaced with
50# xargs -P $N.
51parallel
52
53xfonts-terminus
54
55# fuzzy finder
56fzf
57
58# Can't deny - it does look good...
59task-gnome-desktop
60
61# meta-package for both client and server packages
62ssh
63
64# PDF utilities
65poppler-utils
66
67# X11 API man pages
68libx11-doc
69
70# a pretty df
71dfc
72
73# Music Player daemon and clients
74mpd
75mpc
76ncmpc
77ncmpcpp
This page took 0.021616 seconds and 4 git commands to generate.