Fix a stupid spelling mistake

This commit is contained in:
Segcolt 2024-09-19 10:57:22 -03:00
parent 06968d7662
commit 93440ad88f

View File

@ -62,5 +62,5 @@ curl -sSL https://github.com/junegunn/fzf/releases/download/v0.55.0/fzf-${FZF_VE
tar xvzf fzf.tar.gz -C $HOME/.local/bin tar xvzf fzf.tar.gz -C $HOME/.local/bin
curl -sS https://starship.rs/install.sh | sh -s -- --bin-dir $HOME/.local/bin 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 curl -sSL https://raw.githubusercontent.com/catppuccin/starship/refs/heads/main/starship.toml > $HOME/.config/starship.toml
sed -i '0,/catppuccin_macchiato/s//catppuccin_mocha/' $HOME/.config/starship.toml sed -i '0,/catppuccin_macchiato/s//catppuccin_mocha/' $HOME/.config/starship.toml