Fix starship non-POSIX issue, set default install location to local bin
This commit is contained in:
parent
67ffbbca5a
commit
ac8e25eff5
2
Makefile
2
Makefile
|
@ -63,7 +63,7 @@ install: $(LAZY_DIR)
|
||||||
command -v pipx > /dev/null || bash packages/pipx.sh
|
command -v pipx > /dev/null || bash packages/pipx.sh
|
||||||
command -v poetry > /dev/null || python3 packages/poetry.py
|
command -v poetry > /dev/null || python3 packages/poetry.py
|
||||||
command -v pyenv > /dev/null || bash packages/pyenv.sh
|
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):
|
$(LAZY_DIR):
|
||||||
git clone --depth 1 $(LAZY_REPO) $@
|
git clone --depth 1 $(LAZY_REPO) $@
|
||||||
|
|
Loading…
Reference in a new issue