feat: switch broot installation to asdf

This commit is contained in:
Xavier Logerais 2024-03-18 18:17:35 +00:00
parent cdaf7453d0
commit 972d7c2390
2 changed files with 7 additions and 5 deletions

View File

@ -43,3 +43,10 @@ echo "-- Installing mcfly"
asdf plugin add mcfly https://github.com/barolab/asdf-mcfly.git
asdf install mcfly latest
asdf global mcfly latest
# Broot
echo
echo "-- Installing broot"
asdf plugin add broot https://github.com/cmur2/asdf-broot.git
asdf install broot latest
asdf global broot latest

View File

@ -1,5 +0,0 @@
#!/bin/bash
# broot
test -d ~/.local/bin || mkdir -p ~/.local/bin
test -x ~/.local/bin/broot || wget -O ~/.local/bin/broot "https://dystroy.org/broot/download/x86_64-linux/broot"