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