Refactor package install script
[khome.git] / pkgs-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# dwm build
31libx11-dev
32libxft-dev
33libxinerama-dev
34
35# X11 compositor
36compton
37
38# Web browsers
39qutebrowser
40chromium
41
42# SoX: Swiss army knife of sound processing
43# provides the play command
44sox
45
46# Shell script linter
47shellcheck
48
49# File managers
50ranger
51nnn
52pcmanfm
53
54# GNU Parallel.
55# Some of my scripts still use it, though it can mostly be replaced with
56# xargs -P $N.
57parallel
58
59# fuzzy finder
60fzf
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
79
80# Dictionary
81dictd
82dict
83dict-gcide
84dict-jargon
85dict-wn
86
87# Provides hxpipe utility, used by khatus weather sensor
88html-xml-utils
This page took 0.061142 seconds and 4 git commands to generate.