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