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