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