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