feat: automatically create ~/.local/bin if needed
This commit is contained in:
		| @@ -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" | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user