diff --git a/Makefile b/Makefile index 162bf0ac..c4715869 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ install: $(LAZY_DIR) command -v pipx > /dev/null || bash packages/pipx.sh command -v poetry > /dev/null || python3 packages/poetry.py command -v pyenv > /dev/null || bash packages/pyenv.sh - command -v starship > /dev/null || bash packages/starship.sh + command -v starship > /dev/null || sh packages/starship.sh -b $(HOME)/.local/bin $(LAZY_DIR): git clone --depth 1 $(LAZY_REPO) $@