Add openconnect pkg
[khome.git] / pkgs-deb-install.list
1 # Debian packages I DO want, but are not part of the minimal install.
2
3 vim
4 vim-gtk3
5 tree
6 htop
7 zsh
8 zsh-syntax-highlighting
9 git
10 tig
11 make
12 apt-file
13 jq
14 curl
15 lftp
16 aspell
17 cheese
18 newsboat
19 nmap
20 build-essential
21 xkcdpass
22 dunst
23 hsetroot
24 feh
25 xbindkeys
26 gawk
27 original-awk
28 libnotify-bin
29 r-base
30 locate
31 units
32 snapd # https://snapcraft.io/docs/installing-snap-on-debian
33 encfs
34 xscreensaver
35 youtube-dl
36 mplayer
37 mpv
38 whois
39 mono-complete
40 screengrab
41 tlp # Laptop power management tools
42 erlang
43 elixir
44 openconnect # VPN cllient compatible with Cisco's AnyConnect
45
46 # dwm build
47 libx11-dev
48 libxft-dev
49 libxinerama-dev
50
51 # X11 compositor
52 compton
53
54 # Web browsers
55 qutebrowser
56 chromium
57
58 # SoX: Swiss army knife of sound processing
59 # provides the play command
60 sox
61
62 # Shell script linter
63 shellcheck
64
65 # File managers
66 ranger
67 nnn
68 pcmanfm
69
70 # GNU Parallel.
71 # Some of my scripts still use it, though it can mostly be replaced with
72 # xargs -P $N.
73 parallel
74
75 # fuzzy finder
76 fzf
77
78 # meta-package for both client and server packages
79 ssh
80
81 # PDF utilities
82 poppler-utils
83 mupdf
84 mupdf-tools
85
86 # X11 API man pages
87 libx11-doc
88
89 # a pretty df
90 dfc
91
92 # Music Player daemon and clients
93 mpd
94 mpc
95 ncmpc
96 ncmpcpp
97
98 # Dictionary
99 dictd
100 dict
101 dict-gcide
102 dict-jargon
103 dict-wn
104
105 # Provides hxpipe utility, used by khatus weather sensor
106 html-xml-utils
107
108 # Image viewers
109 eog # Eye of GNOME
110 eom # Eye of MATE
111 sxiv
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
125 net-tools
This page took 0.063495 seconds and 5 git commands to generate.