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