feat: automatically create ~/.local/bin if needed

This commit is contained in:
Xavier Logerais 2022-05-21 15:10:44 +02:00
parent 7fdc6e1952
commit 4a23f68fd1

View File

@ -42,6 +42,8 @@ asdf plugin add lsd https://github.com/argylelabcoat/asdf-lsd.git
asdf install lsd latest
asdf global lsd latest
test -d ~/.local/bin || mkdir -p ~/.local/bin
# broot
test -x ~/.local/bin/broot || wget -O ~/.local/bin/broot "https://dystroy.org/broot/download/x86_64-linux/broot"