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