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