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