make starship non-interactive install

This commit is contained in:
2026-07-12 21:18:24 -05:00
parent fe541acc16
commit 550309d767

View File

@@ -47,7 +47,7 @@ sudo chsh $INSTALL_USER -s /bin/zsh
cp ./utils/dotzshrc "$HOME/.zshrc" cp ./utils/dotzshrc "$HOME/.zshrc"
# starship (shell prompt) # starship (shell prompt)
echo 'y' | $(curl -sS https://starship.rs/install.sh | sudo sh) curl -sS https://starship.rs/install.sh | sudo sh -s -- -y
# echo 'eval "$(starship init zsh)"' | tee "$HOME/.zshrc" -a # should already be in zshrc # echo 'eval "$(starship init zsh)"' | tee "$HOME/.zshrc" -a # should already be in zshrc
mkdir -p "$HOME/.config" mkdir -p "$HOME/.config"
cp ./utils/starship.toml "$HOME/.config/starship.toml" cp ./utils/starship.toml "$HOME/.config/starship.toml"