Fix starship to download to home
This commit is contained in:
parent
0eb95f498a
commit
06968d7662
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user