Add sacc pkg - gopher client
[khome.git] / pkgs-deb-install.list
1 # Debian packages I DO want, but are not part of the minimal install.
2
3 at # Surprisingly not in base install!
4 vim
5 vim-gtk3
6 tree
7 htop
8 zsh
9 zsh-syntax-highlighting
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 mplayer
36 mpv
37 whois
38 mono-complete
39 screengrab
40 tlp # Laptop power management tools
41 erlang
42 elixir
43 openconnect # VPN cllient compatible with Cisco's AnyConnect
44 graphviz
45 graphviz-doc
46 cups
47 ddgr # Duck Duck Go CLI client
48 wikipedia2text # Wikipedia CLI client
49 neofetch
50 time # Surprisingly, GNU time isn't installed by default!
51 caja-open-terminal
52 ffmpeg
53 pandoc
54 nq # Unix CLI queue utility
55 neomutt
56 lm-sensors
57 fslint # File system maintenance utilities
58 goaccess # Web server log analyzer
59 xinput # Configure touchpad
60 python3-pip
61 db-util
62 sacc # Gopher client
63
64 graphicsmagick
65 graphicsmagick-imagemagick-compat # provides /usr/bin/convert
66
67 cvs
68
69 #------------------------------------------------------------------------------
70 # Git
71 #------------------------------------------------------------------------------
72 git
73 git-cvs
74 git-svn
75
76 # GUI
77 git-gui
78 git-cola # HiDPI. Overall nicer than default.
79
80 # Documentation
81 git-doc
82 gitmagic
83 #------------------------------------------------------------------------------
84
85 # subversion
86 subversion
87 subversion-tools
88
89
90 # Guile
91 guile-2.0
92 guile-2.0-doc
93
94 # SML
95 smlnj
96 smlnj-doc
97
98 # Xapian desktop search:
99 xapian-omega # index with omindex
100 xapian-tools # search with quest
101
102 # Librem 15v4 Bluetooth.
103 # A post-install reboot may be insufficient if incorrect firmware was loaded
104 # before, so a cold shutdown is best.
105 #
106 # Apparently the firmware is loaded into the card's memory, which isn't cleared
107 # as long as power is supplied (and between reboots - it is).
108 #
109 # Ref: https://tracker.pureos.net/T23 (different situation, same idea)
110 firmware-atheros
111
112 # To connect to headphones:
113 pulseaudio-module-bluetooth
114
115 # dwm build
116 libx11-dev
117 libxft-dev
118 libxinerama-dev
119
120 # X11 compositor
121 compton
122
123 # Web browsers
124 qutebrowser
125 chromium
126
127 # SoX: Swiss army knife of sound processing
128 # provides the play command
129 sox
130
131 # Shell script linter
132 shellcheck
133
134 # File managers
135 ranger
136 nnn
137 pcmanfm
138
139 # GNU Parallel.
140 # Some of my scripts still use it, though it can mostly be replaced with
141 # xargs -P $N.
142 parallel
143
144 # fuzzy finder
145 fzf
146
147 # meta-package for both client and server packages
148 ssh
149
150 # PDF utilities
151 poppler-utils
152 mupdf
153 mupdf-tools
154
155 # X11 API man pages
156 libx11-doc
157
158 # a pretty df
159 dfc
160
161 # Music Player daemon and clients
162 mpd
163 mpc
164 ncmpc
165 ncmpcpp
166
167 # Dictionary
168 dictd # server
169 dict # client
170 dict-gcide # Collaborative International Dictionary of English
171 dict-jargon # hacker slang
172 dict-wn # WordNet
173 dict-freedict-eng-rus # English-Russian
174 dict-freedict-eng-ell # English-Modern Greek
175 dict-freedict-eng-lat # English-Latin
176 dict-freedict-lat-eng # Latin-English
177
178 # Provides hxpipe utility, used by khatus weather sensor
179 html-xml-utils
180
181 # Image viewers
182 eog # Eye of GNOME
183 eom # Eye of MATE
184 sxiv
185
186 # Networking tools:
187 # - netstat
188 # - ifconfig
189 # - ipmaddr
190 # - iptunnel
191 # - mii-tool
192 # - nameif
193 # - plipconfig
194 # - rarp
195 # - route
196 # - slattach
197 # - arp
198 net-tools
199
200 # Net monitoring
201 speedometer
202 cbm
203
204 # Internet speed test
205 speedtest-cli
This page took 0.05494 seconds and 5 git commands to generate.