removing custom builds that are now in apk repos - bootstrap - Bootstrap script for my alpine linux desktop.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 159e0a90b822efa8936264b89fa9f01bb3c5fdb7
(DIR) parent d47f0a12375db7b635d5fc3d2d8a7d4e61a0c1f2
(HTM) Author: Jay Scott <me@jay.scot>
Date: Sat, 21 Jan 2023 15:38:30 +0000
removing custom builds that are now in apk repos
Diffstat:
M install.sh | 25 ++++---------------------
1 file changed, 4 insertions(+), 21 deletions(-)
---
(DIR) diff --git a/install.sh b/install.sh
@@ -15,7 +15,7 @@ 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
+ wireguard-tools-wg lf
echo "── installing wayland"
apk add wlsunset wl-clipboard mesa-dri-gallium eudev font-hack seatd \
@@ -25,11 +25,11 @@ setup-devd udev
echo "── installing tools"
apk add urlview shfmt shellcheck openssh gemget yt-dlp pass fzf mpv \
- zathura-pdf-mupdf qutebrowser firefox mutt w3m amfora
+ zathura qutebrowser firefox mutt w3m amfora sfeed
echo "── installing audio"
apk add pipewire-pulse pamixer dbus dbus-openrc pipewire wireplumber \
- rtkit pipewire-alsa cmus
+ rtkit pipewire-alsa
echo "── installing games"
apk add retroarch libretro-bsnes libretro-mgba libretro-nestopia
@@ -59,7 +59,7 @@ if [ ! -d "/home/$user" ]; then
mkdir "$src"
git clone "$dots" $src/dotfiles
- cd $src/dotfiles && sh $user -c bootstrap.sh link
+ cd $src/dotfiles && sh $user -c ./bootstrap.sh link
fi
if [ ! -e /home/$user/bin/fdm ]; then
@@ -87,23 +87,6 @@ if [ ! -e /usr/local/bin/senpai ]; then
make install
fi
-if [ ! -e /usr/local/bin/sfeed ]; then
- echo "── build and install sfeed"
- apk add ncurses-dev
- git clone git://git.codemadness.org/sfeed $src/sfeed
- cd $src/sfeed || exit
- make
- make install
-fi
-
-if [ ! -e /home/$user/bin/lf ]; then
- echo "── install lf"
- pkgver=r28
- apk add ncurses
- wget -P /tmp https://github.com/gokcehan/lf/releases/download/$pkgver/lf-linux-amd64.tar.gz
- tar -zxvf /tmp/lf-linux-amd64.tar.gz -C /home/$user/bin
-fi
-
if [ ! -e /usr/local/bin/rdrview ]; then
echo "── build and install rdrview"
apk add libxml2-dev libseccomp-dev curl-dev lynx