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