diff --git a/local/bin/dfm b/local/bin/dfm index 2181ad2..110b450 100755 --- a/local/bin/dfm +++ b/local/bin/dfm @@ -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!"