Add neomutt deb pkg
[khome.git] / pkgs-deb-install.list
1 # Debian packages I DO want, but are not part of the minimal install.
2
3 vim
4 vim-gtk3
5 tree
6 htop
7 zsh
8 zsh-syntax-highlighting
9 tig
10 make
11 apt-file
12 jq
13 curl
14 lftp
15 aspell
16 cheese
17 newsboat
18 nmap
19 build-essential
20 xkcdpass
21 dunst
22 hsetroot
23 feh
24 xbindkeys
25 gawk
26 original-awk
27 libnotify-bin
28 r-base
29 locate
30 units
31 snapd # https://snapcraft.io/docs/installing-snap-on-debian
32 encfs
33 xscreensaver
34 mplayer
35 mpv
36 whois
37 mono-complete
38 screengrab
39 tlp # Laptop power management tools
40 erlang
41 elixir
42 openconnect # VPN cllient compatible with Cisco's AnyConnect
43 graphviz
44 graphviz-doc
45 cups
46 ddgr # Duck Duck Go CLI client
47 wikipedia2text # Wikipedia CLI client
48 neofetch
49 time # Surprisingly, GNU time isn't installed by default!
50 caja-open-terminal
51 ffmpeg
52 pandoc
53 nq # Unix CLI queue utility
54 neomutt
55
56 graphicsmagick
57 graphicsmagick-imagemagick-compat # provides /usr/bin/convert
58
59 cvs
60
61 #------------------------------------------------------------------------------
62 # Git
63 #------------------------------------------------------------------------------
64 git
65 git-cvs
66 git-svn
67
68 # GUI
69 git-gui
70 git-cola # HiDPI. Overall nicer than default.
71
72 # Documentation
73 git-doc
74 gitmagic
75 #------------------------------------------------------------------------------
76
77 # subversion
78 subversion
79 subversion-tools
80
81
82 # Guile
83 guile-2.0
84 guile-2.0-doc
85
86 # SML
87 smlnj
88 smlnj-doc
89
90 # Xapian desktop search:
91 xapian-omega # index with omindex
92 xapian-tools # search with quest
93
94 # Librem 15v4 Bluetooth.
95 # A post-install reboot may be insufficient if incorrect firmware was loaded
96 # before, so a cold shutdown is best.
97 #
98 # Apparently the firmware is loaded into the card's memory, which isn't cleared
99 # as long as power is supplied (and between reboots - it is).
100 #
101 # Ref: https://tracker.pureos.net/T23 (different situation, same idea)
102 firmware-atheros
103
104 # To connect to headphones:
105 pulseaudio-module-bluetooth
106
107 # dwm build
108 libx11-dev
109 libxft-dev
110 libxinerama-dev
111
112 # X11 compositor
113 compton
114
115 # Web browsers
116 qutebrowser
117 chromium
118
119 # SoX: Swiss army knife of sound processing
120 # provides the play command
121 sox
122
123 # Shell script linter
124 shellcheck
125
126 # File managers
127 ranger
128 nnn
129 pcmanfm
130
131 # GNU Parallel.
132 # Some of my scripts still use it, though it can mostly be replaced with
133 # xargs -P $N.
134 parallel
135
136 # fuzzy finder
137 fzf
138
139 # meta-package for both client and server packages
140 ssh
141
142 # PDF utilities
143 poppler-utils
144 mupdf
145 mupdf-tools
146
147 # X11 API man pages
148 libx11-doc
149
150 # a pretty df
151 dfc
152
153 # Music Player daemon and clients
154 mpd
155 mpc
156 ncmpc
157 ncmpcpp
158
159 # Dictionary
160 dictd # server
161 dict # client
162 dict-gcide # Collaborative International Dictionary of English
163 dict-jargon # hacker slang
164 dict-wn # WordNet
165 dict-freedict-eng-rus # English-Russian
166 dict-freedict-eng-ell # English-Modern Greek
167 dict-freedict-eng-lat # English-Latin
168 dict-freedict-lat-eng # Latin-English
169
170 # Provides hxpipe utility, used by khatus weather sensor
171 html-xml-utils
172
173 # Image viewers
174 eog # Eye of GNOME
175 eom # Eye of MATE
176 sxiv
177
178 # Networking tools:
179 # - netstat
180 # - ifconfig
181 # - ipmaddr
182 # - iptunnel
183 # - mii-tool
184 # - nameif
185 # - plipconfig
186 # - rarp
187 # - route
188 # - slattach
189 # - arp
190 net-tools
191
192 # Net monitoring
193 speedometer
194 cbm
195
196 # Internet speed test
197 speedtest-cli
This page took 0.050646 seconds and 5 git commands to generate.