Split-out common DPI-config scripts
[khome.git] / pkg-deb-install
CommitLineData
adb92a8b
SK
1# Debian packages I DO want, but are not part of the minimal install.
2
70ae08c7 3vim
342d5f0b 4vim-gtk3
70ae08c7
SK
5tree
6htop
1b71cb59
SK
7zsh
8zsh-syntax-highlighting
9git
1b71cb59
SK
10make
11apt-file
12jq
13curl
14lftp
15aspell
342d5f0b
SK
16cheese
17newsboat
18
19# Web browsers
20qutebrowser
21chromium
22
23# SoX: Swiss army knife of sound processing
24# provides the play command
25sox
1b71cb59
SK
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
70ae08c7
SK
44
45# Can't deny - it does look good...
46task-gnome-desktop
47
48# meta-package for both client and server packages
49ssh
50
adb92a8b
SK
51# PDF utilities
52poppler-utils
53
54# X11 API man pages
55libx11-doc
70ae08c7
SK
56
57# a pretty df
58dfc
1b71cb59
SK
59
60# Music Player daemon and clients
61mpd
62mpc
63ncmpc
64ncmpcpp
This page took 0.022239 seconds and 4 git commands to generate.