dfm: starship install dir fix

This commit is contained in:
2023-03-19 01:37:17 +02:00
parent 2ccb74422c
commit 04c85245cc

View File

@@ -33,7 +33,7 @@ function section_install
curl -L git.io/antigen > "$DOTFILES/local/bin/antigen.zsh" && msg_done "🎉 New antigen installed!"
;;
starship)
curl -sS https://starship.rs/install.sh | sh && msg_done "🎉 starship installed!"
curl -sS https://starship.rs/install.sh | sh -s -- --bin-dir ~/.local/bin && msg_done "🎉 starship installed!"
;;
macos)
bash "$DOTFILES/scripts/set-macos-defaults.sh" && msg_done "🎉 Brewfile defined apps has been installed!"