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