Add net-tools 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
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
69mupdf
70mupdf-tools
71
72# X11 API man pages
73libx11-doc
74
75# a pretty df
76dfc
77
78# Music Player daemon and clients
79mpd
80mpc
81ncmpc
82ncmpcpp
83
84# Dictionary
85dictd
86dict
87dict-gcide
88dict-jargon
89dict-wn
90
91# Provides hxpipe utility, used by khatus weather sensor
92html-xml-utils
93
94# Image viewers
95eog
96sxiv
97
98# Networking tools:
99# - netstat
100# - ifconfig
101# - ipmaddr
102# - iptunnel
103# - mii-tool
104# - nameif
105# - plipconfig
106# - rarp
107# - route
108# - slattach
109# - arp
110net-tools
This page took 0.021071 seconds and 4 git commands to generate.