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