Begin compiling a useful-reading list
[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
29r-base
30locate
31
32# dwm build
33libx11-dev
34libxft-dev
35libxinerama-dev
36
37# X11 compositor
38compton
39
40# Web browsers
41qutebrowser
42chromium
43
44# SoX: Swiss army knife of sound processing
45# provides the play command
46sox
47
48# Shell script linter
49shellcheck
50
51# File managers
52ranger
53nnn
54pcmanfm
55
56# GNU Parallel.
57# Some of my scripts still use it, though it can mostly be replaced with
58# xargs -P $N.
59parallel
60
61# fuzzy finder
62fzf
63
64# meta-package for both client and server packages
65ssh
66
67# PDF utilities
68poppler-utils
69
70# X11 API man pages
71libx11-doc
72
73# a pretty df
74dfc
75
76# Music Player daemon and clients
77mpd
78mpc
79ncmpc
80ncmpcpp
81
82# Dictionary
83dictd
84dict
85dict-gcide
86dict-jargon
87dict-wn
88
89# Provides hxpipe utility, used by khatus weather sensor
90html-xml-utils
This page took 0.022688 seconds and 4 git commands to generate.