Compare commits
No commits in common. "972d7c23906231e83f94595a4cc98a2a94732b0a" and "87e9ca79c2017a0864c771b5a7b9c4e7ef346c8e" have entirely different histories.
972d7c2390
...
87e9ca79c2
@ -33,7 +33,7 @@ done
|
||||
# lsd
|
||||
echo
|
||||
echo "-- Installing lsd"
|
||||
asdf plugin add lsd https://github.com/mise-plugins/asdf-lsd/
|
||||
asdf plugin add lsd https://github.com/argylelabcoat/asdf-lsd.git
|
||||
asdf install lsd latest
|
||||
asdf global lsd latest
|
||||
|
||||
@ -43,10 +43,3 @@ 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
|
||||
|
5
tools.d/broot.bash
Normal file
5
tools.d/broot.bash
Normal file
@ -0,0 +1,5 @@
|
||||
#!/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"
|
Loading…
Reference in New Issue
Block a user