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