Introduction
Introduction Statistics Contact Development Disclaimer Help
removing custom builds that are now in apk repos - bootstrap - Bootstrap script…
Log
Files
Refs
README
---
commit 159e0a90b822efa8936264b89fa9f01bb3c5fdb7
parent d47f0a12375db7b635d5fc3d2d8a7d4e61a0c1f2
Author: Jay Scott <[email protected]>
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(-)
---
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/…
- 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
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.