Fix starship to download to home

This commit is contained in:
Segcolt 2024-09-19 10:56:17 -03:00
parent 0eb95f498a
commit 06968d7662

View File

@ -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