Add deb pkgs: sct, redshift
[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 dnsutils # dig and friends
63 debian-goodies # Misc. helper scripts. See: apt show debian-goodies
64
65 # "modern" ls alternative: uses colours to distinguish file types and metadata;
66 # does other things good too, like drawing a tree.
67 # https://the.exa.website/
68 exa
69
70 # Screen color temperature setters
71 redshift # Lots of code and features, adjusts automatically throughout the day.
72 sct # 80 lines of C, does nothing automatically.
73
74 graphicsmagick
75 graphicsmagick-imagemagick-compat # provides /usr/bin/convert
76
77 cvs
78
79 #------------------------------------------------------------------------------
80 # Git
81 #------------------------------------------------------------------------------
82 git
83 git-cvs
84 git-svn
85
86 # GUI
87 git-gui
88 git-cola # HiDPI. Overall nicer than default.
89
90 # Documentation
91 git-doc
92 gitmagic
93
94 # Web
95 gitweb
96 lighttpd # Was needed by 'git instaweb'
97 highlight # Syntax highlighter which can be used by gitweb.
98 #------------------------------------------------------------------------------
99
100 # subversion
101 subversion
102 subversion-tools
103
104
105 # Guile
106 guile-2.0
107 guile-2.0-doc
108
109 # Racket
110 racket
111
112 # Lisp
113 sbcl
114
115 # SML
116 smlnj
117 smlnj-doc
118
119 # Xapian desktop search:
120 xapian-omega # index with omindex
121 xapian-tools # search with quest
122
123 # Librem 15v4 Bluetooth.
124 # A post-install reboot may be insufficient if incorrect firmware was loaded
125 # before, so a cold shutdown is best.
126 #
127 # Apparently the firmware is loaded into the card's memory, which isn't cleared
128 # as long as power is supplied (and between reboots - it is).
129 #
130 # Ref: https://tracker.pureos.net/T23 (different situation, same idea)
131 firmware-atheros
132
133 # To connect to headphones:
134 pulseaudio-module-bluetooth
135
136 # dwm build
137 libx11-dev
138 libxft-dev
139 libxinerama-dev
140
141 # X11 compositor
142 compton
143
144 # Web browsers
145 qutebrowser
146 chromium
147 lynx
148 elinks
149 firefox-esr
150
151 # Gopher clients
152 sacc
153
154 # SoX: Swiss army knife of sound processing
155 # provides the play command
156 sox
157
158 # Shell script linter
159 shellcheck
160
161 # File managers
162 ranger
163 nnn
164 pcmanfm
165
166 # GNU Parallel.
167 # Some of my scripts still use it, though it can mostly be replaced with
168 # xargs -P $N.
169 parallel
170
171 # fuzzy finder
172 fzf
173
174 # meta-package for both client and server packages
175 ssh
176
177 # PDF utilities
178 poppler-utils
179 mupdf
180 mupdf-tools
181
182 # X11 API man pages
183 libx11-doc
184
185 # a pretty df
186 dfc
187
188 # Music Player daemon and clients
189 mpd
190 mpc
191 ncmpc
192 ncmpcpp
193
194 # Dictionary
195 dictd # server
196 dict # client
197 dict-gcide # Collaborative International Dictionary of English
198 dict-jargon # hacker slang
199 dict-wn # WordNet
200 dict-freedict-eng-rus # English-Russian
201 dict-freedict-eng-ell # English-Modern Greek
202 dict-freedict-eng-lat # English-Latin
203 dict-freedict-lat-eng # Latin-English
204
205 # Provides hxpipe utility, used by khatus weather sensor
206 html-xml-utils
207
208 # Provides urlencode, among other things:
209 gridsite-clients
210
211 # Image viewers
212 eog # Eye of GNOME
213 eom # Eye of MATE
214 sxiv
215
216 # Networking tools:
217 # - netstat
218 # - ifconfig
219 # - ipmaddr
220 # - iptunnel
221 # - mii-tool
222 # - nameif
223 # - plipconfig
224 # - rarp
225 # - route
226 # - slattach
227 # - arp
228 net-tools
229
230 # Net monitoring
231 speedometer
232 cbm
233
234 # Internet speed test
235 speedtest-cli
This page took 0.069738 seconds and 5 git commands to generate.