From 06968d76620a1c3c9cdc8d74f765b73bed46d3bb Mon Sep 17 00:00:00 2001 From: Segcolt <9hmbzr275@mozmail.com> Date: Thu, 19 Sep 2024 10:56:17 -0300 Subject: [PATCH] Fix starship to download to home --- initialize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initialize.sh b/initialize.sh index afcac1d..9ed3cb2 100644 --- a/initialize.sh +++ b/initialize.sh @@ -61,6 +61,6 @@ readonly FZF_VER curl -sSL https://github.com/junegunn/fzf/releases/download/v0.55.0/fzf-${FZF_VER}-linux_amd64.tar.gz > fzf.tar.gz tar xvzf fzf.tar.gz -C $HOME/.local/bin -curl -sS https://starship.rs/install.sh | sh +curl -sS https://starship.rs/install.sh | sh -s -- --bin-dir $HOME/.local/bin curl -sSL https://raw.githubusercontent.com/catppuccin/starship/refs/heads/main/starship.toml > $HOME/.conifg/starship.toml sed -i '0,/catppuccin_macchiato/s//catppuccin_mocha/' $HOME/.config/starship.toml