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