mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 05:48:53 +00:00
dfm: starship install dir fix
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user