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