From 972d7c23906231e83f94595a4cc98a2a94732b0a Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Mon, 18 Mar 2024 18:17:35 +0000 Subject: [PATCH] feat: switch broot installation to asdf --- tools.d/asdf.bash | 7 +++++++ tools.d/broot.bash | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 tools.d/broot.bash diff --git a/tools.d/asdf.bash b/tools.d/asdf.bash index 775dccb..bbce9de 100644 --- a/tools.d/asdf.bash +++ b/tools.d/asdf.bash @@ -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 diff --git a/tools.d/broot.bash b/tools.d/broot.bash deleted file mode 100644 index a02b6c8..0000000 --- a/tools.d/broot.bash +++ /dev/null @@ -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"