make starship non-interactive install
This commit is contained in:
2
main.sh
2
main.sh
@@ -47,7 +47,7 @@ sudo chsh $INSTALL_USER -s /bin/zsh
|
||||
cp ./utils/dotzshrc "$HOME/.zshrc"
|
||||
|
||||
# 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
|
||||
mkdir -p "$HOME/.config"
|
||||
cp ./utils/starship.toml "$HOME/.config/starship.toml"
|
||||
|
||||
Reference in New Issue
Block a user