feat: automatically create ~/.local/bin if needed
This commit is contained in:
parent
7fdc6e1952
commit
4a23f68fd1
@ -42,6 +42,8 @@ asdf plugin add lsd https://github.com/argylelabcoat/asdf-lsd.git
|
|||||||
asdf install lsd latest
|
asdf install lsd latest
|
||||||
asdf global lsd latest
|
asdf global lsd latest
|
||||||
|
|
||||||
|
test -d ~/.local/bin || mkdir -p ~/.local/bin
|
||||||
|
|
||||||
# broot
|
# broot
|
||||||
test -x ~/.local/bin/broot || wget -O ~/.local/bin/broot "https://dystroy.org/broot/download/x86_64-linux/broot"
|
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