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