diff --git a/tools.bash b/tools.bash index fa87f57..e69d09b 100644 --- a/tools.bash +++ b/tools.bash @@ -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"