From 04c85245cca374cf6f28e8c167db31620698f2a9 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 19 Mar 2023 01:37:17 +0200 Subject: [PATCH] dfm: starship install dir fix --- local/bin/dfm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"