Add pidgin and shotwell deb pkgs
[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 tree
5 htop
6 zsh
7 zsh-syntax-highlighting
8 tig
9 make
10 apt-file
11 jq
12 curl
13 lftp
14 aspell
15 cheese
16 newsboat
17 nmap
18 build-essential
19 xkcdpass
20 dunst
21 hsetroot
22 feh
23 xbindkeys
24 gawk
25 original-awk
26 libnotify-bin
27 r-base
28 locate
29 units
30 snapd # https://snapcraft.io/docs/installing-snap-on-debian
31 encfs
32 xscreensaver
33 xscreensaver-data
34 xscreensaver-data-extra
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 zeal # Documentation browser, like Dash.app
65 mlterm
66 nginx-doc
67 tmux
68 font-manager
69 tup # fast build system
70 clang
71 rhash
72 jsbeautifier
73 pidgin
74 pidgin-skype
75
76 # "modern" ls alternative: uses colours to distinguish file types and metadata;
77 # does other things good too, like drawing a tree.
78 # https://the.exa.website/
79 exa
80
81 # Screen color temperature setters
82 redshift # Lots of code and features, adjusts automatically throughout the day.
83 sct # 80 lines of C, does nothing automatically.
84
85 graphicsmagick
86 graphicsmagick-imagemagick-compat # provides /usr/bin/convert
87
88 cvs
89
90 # Emacs
91 emacs-nox
92
93 # Vim
94 vim
95 vim-gtk3
96
97 # Mate
98 mate-equake-applet # monitors earthquakes
99
100 #------------------------------------------------------------------------------
101 # Git
102 #------------------------------------------------------------------------------
103 git
104
105 # Large File Support
106 git-lfs
107
108 # Integration with other VCS
109 git-cvs
110 git-svn
111
112 # GUI
113 git-gui
114 git-cola # HiDPI. Overall nicer than default.
115
116 # Documentation
117 git-doc
118 gitmagic
119
120 # Web
121 gitweb
122 lighttpd # Was needed by 'git instaweb'
123 highlight # Syntax highlighter which can be used by gitweb.
124 #------------------------------------------------------------------------------
125
126 # subversion
127 subversion
128 subversion-tools
129
130
131 # Guile
132 guile-2.0
133 guile-2.0-doc
134
135 # Racket
136 racket
137
138 # Chez Scheme
139 chezscheme
140
141 # Lisp
142 sbcl
143
144 # SML
145 smlnj
146 smlnj-doc
147
148 # Xapian desktop search:
149 xapian-omega # index with omindex
150 xapian-tools # search with quest
151
152 # Librem 15v4 Bluetooth.
153 # A post-install reboot may be insufficient if incorrect firmware was loaded
154 # before, so a cold shutdown is best.
155 #
156 # Apparently the firmware is loaded into the card's memory, which isn't cleared
157 # as long as power is supplied (and between reboots - it is).
158 #
159 # Ref: https://tracker.pureos.net/T23 (different situation, same idea)
160 firmware-atheros
161
162 # To connect to headphones:
163 pulseaudio-module-bluetooth
164
165 # dwm build
166 libx11-dev
167 libxft-dev
168 libxinerama-dev
169
170 # X11 compositor
171 compton
172
173 # Web browsers
174 qutebrowser
175 chromium
176 lynx
177 elinks
178 firefox-esr
179
180 # Gopher clients
181 sacc
182
183 # SoX: Swiss army knife of sound processing
184 # provides the play command
185 sox
186
187 # Shell script linter
188 shellcheck
189
190 # File managers
191 ranger
192 nnn
193 pcmanfm
194
195 # GNU Parallel.
196 # Some of my scripts still use it, though it can mostly be replaced with
197 # xargs -P $N.
198 parallel
199
200 # fuzzy finder
201 fzf
202
203 # meta-package for both client and server packages
204 ssh
205
206 # PDF utilities
207 poppler-utils
208 mupdf
209 mupdf-tools
210 atril
211 zathura
212 zathura-cb
213 zathura-djvu
214 zathura-pdf-poppler
215 zathura-ps
216
217 # X11 API man pages
218 libx11-doc
219
220 # a pretty df
221 dfc
222
223 # Music Player daemon and clients
224 mpd
225 mpc
226 ncmpc
227 ncmpcpp
228
229 # Dictionary
230 dictd # server
231 dict # client
232 dict-gcide # Collaborative International Dictionary of English
233 dict-jargon # hacker slang
234 dict-wn # WordNet
235 dict-freedict-eng-rus # English-Russian
236 dict-freedict-eng-ell # English-Modern Greek
237 dict-freedict-eng-lat # English-Latin
238 dict-freedict-lat-eng # Latin-English
239
240 # Provides hxpipe utility, used by khatus weather sensor
241 html-xml-utils
242
243 # Provides urlencode, among other things:
244 gridsite-clients
245
246 # Image viewers
247 eog # Eye of GNOME
248 eom # Eye of MATE
249 sxiv
250 shotwell # Photo manager
251
252 # Networking tools:
253 # - netstat
254 # - ifconfig
255 # - ipmaddr
256 # - iptunnel
257 # - mii-tool
258 # - nameif
259 # - plipconfig
260 # - rarp
261 # - route
262 # - slattach
263 # - arp
264 net-tools
265
266 # Net monitoring
267 speedometer
268 cbm
269
270 # Internet speed test
271 speedtest-cli
272
273 # Retro net
274 finger
275
276 # Games
277 colobot
This page took 0.077292 seconds and 5 git commands to generate.