Add xkcdpass pkg
[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
21xkcdpass
22dunst
23hsetroot
24feh
25xbindkeys
26gawk
27original-awk
28libnotify-bin
29
30# X11 compositor
31compton
32
33# Web browsers
34qutebrowser
35chromium
36
37# SoX: Swiss army knife of sound processing
38# provides the play command
39sox
40
41# Shell script linter
42shellcheck
43
44# File managers
45ranger
46nnn
47pcmanfm
48
49# GNU Parallel.
50# Some of my scripts still use it, though it can mostly be replaced with
51# xargs -P $N.
52parallel
53
54xfonts-terminus
55
56# fuzzy finder
57fzf
58
59# Can't deny - it does look good...
60task-gnome-desktop
61
62# meta-package for both client and server packages
63ssh
64
65# PDF utilities
66poppler-utils
67
68# X11 API man pages
69libx11-doc
70
71# a pretty df
72dfc
73
74# Music Player daemon and clients
75mpd
76mpc
77ncmpc
78ncmpcpp
This page took 0.019665 seconds and 4 git commands to generate.