Introduction
Introduction Statistics Contact Development Disclaimer Help
removing un-used packages - bootstrap - Bootstrap script for my alpine linux de…
Log
Files
Refs
README
---
commit e76ab84be826e61de5c2b889014e4c4a1366aa4e
parent 159e0a90b822efa8936264b89fa9f01bb3c5fdb7
Author: Jay Scott <[email protected]>
Date: Tue, 24 Jan 2023 20:38:00 +0000
removing un-used packages
Diffstat:
M install.sh | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/install.sh b/install.sh
@@ -13,19 +13,18 @@ apk update
apk upgrade -a
echo "── installing cli essentials"
-apk add alpine-sdk curl doas wget git vim tar zip gzip p7zip bzip2 rsync \
- build-base less gnupg-dirmngr wireguard-tools iptables \
- wireguard-tools-wg lf
+apk add alpine-sdk curl doas wget git vim tar zip gzip p7zip bzip2 rsync less \
+ build-base gnupg-dirmngr wireguard-tools iptables wireguard-tools-wg
echo "── installing wayland"
-apk add wlsunset wl-clipboard mesa-dri-gallium eudev font-hack seatd \
- sway foot bemenu xwayland
+apk add wl-clipboard mesa-dri-gallium eudev font-hack seatd sway foot bemenu \
+ xwayland
setup-devd udev
echo "── installing tools"
-apk add urlview shfmt shellcheck openssh gemget yt-dlp pass fzf mpv \
- zathura qutebrowser firefox mutt w3m amfora sfeed
+apk add shfmt shellcheck openssh gemget yt-dlp pass fzf mpv zathura \
+ qutebrowser firefox mutt w3m amfora sfeed lf
echo "── installing audio"
apk add pipewire-pulse pamixer dbus dbus-openrc pipewire wireplumber \
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.