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