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