| Removing amfora and updating the readme. - bootstrap - Bootstrap script for my … | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit df7ef672a1575bcdb4bc1f623aca7184d3ae300c | |
| parent 5addbe689d754057cc80949e41c964eb1e9dc37c | |
| Author: Jay Scott <[email protected]> | |
| Date: Sun, 21 Jul 2024 14:02:06 +0100 | |
| Removing amfora and updating the readme. | |
| Diffstat: | |
| M README | 17 ++++++++++------- | |
| M install.sh | 4 ++-- | |
| 2 files changed, 12 insertions(+), 9 deletions(-) | |
| --- | |
| diff --git a/README b/README | |
| @@ -1,12 +1,15 @@ | |
| -|> alpine-bootstrap | |
| + __ __ __ ___ __ ___ __ __ | |
| +|__) / \ / \ | /__` | |__) /\ |__) | |
| +|__) \__/ \__/ | .__/ | | \ /~~\ | | |
| -This is a script to bootstrap a base alpine Linux install. quite unique | |
| -to my setup so doubt it would be useful to anyone else. Change the two | |
| -variables to match your requirements. | |
| -This script is just a quick hack to get the system up and running, don't | |
| -expect anything pretty. | |
| +--- | |
| - curl -O https://git.sr.ht/~jayscott/alpine-bootstrap/tree/master/item/… | |
| +This is a script to bootstrap a base Alpine Linux install. This is quite unique | |
| +to my setup, so doubt it would be useful to anyone else. This script is just a | |
| +quick hack to get the system up and running, don't expect anything pretty. | |
| + | |
| + | |
| + curl -O git://jay.scot:bootstrap/tree/master/item/install.sh | |
| doas sh install.sh | |
| diff --git a/install.sh b/install.sh | |
| @@ -21,8 +21,8 @@ apk add wl-clipboard mesa-dri-gallium mesa-va-gallium eudev f… | |
| setup-devd udev | |
| echo "── installing tools" | |
| -apk add shfmt shellcheck openssh amfora yt-dlp pass fzf mpv zathura \ | |
| - qutebrowser firefox neomutt newsraft lf swayimg | |
| +apk add shfmt shellcheck openssh yt-dlp pass fzf mpv zathura qutebrowser \ | |
| + firefox neomutt newsraft lf swayimg | |
| echo "── installing audio" | |
| apk add pipewire-pulse pamixer dbus dbus-openrc pipewire wireplumber \ |