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