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