Add units pkg
[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
31units
32
33# dwm build
34libx11-dev
35libxft-dev
36libxinerama-dev
37
38# X11 compositor
39compton
40
41# Web browsers
42qutebrowser
43chromium
44
45# SoX: Swiss army knife of sound processing
46# provides the play command
47sox
48
49# Shell script linter
50shellcheck
51
52# File managers
53ranger
54nnn
55pcmanfm
56
57# GNU Parallel.
58# Some of my scripts still use it, though it can mostly be replaced with
59# xargs -P $N.
60parallel
61
62# fuzzy finder
63fzf
64
65# meta-package for both client and server packages
66ssh
67
68# PDF utilities
69poppler-utils
70mupdf
71mupdf-tools
72
73# X11 API man pages
74libx11-doc
75
76# a pretty df
77dfc
78
79# Music Player daemon and clients
80mpd
81mpc
82ncmpc
83ncmpcpp
84
85# Dictionary
86dictd
87dict
88dict-gcide
89dict-jargon
90dict-wn
91
92# Provides hxpipe utility, used by khatus weather sensor
93html-xml-utils
94
95# Image viewers
96eog
97sxiv
98
99# Networking tools:
100# - netstat
101# - ifconfig
102# - ipmaddr
103# - iptunnel
104# - mii-tool
105# - nameif
106# - plipconfig
107# - rarp
108# - route
109# - slattach
110# - arp
111net-tools
This page took 0.021832 seconds and 4 git commands to generate.