diff --git a/install.sh b/install.sh index fc3a4c2..125fbcc 100755 --- a/install.sh +++ b/install.sh @@ -21,7 +21,7 @@ echo "== zplug" echo "== starship" if ! starship --help > /dev/null then - sh -c "$(curl -fsSL https://starship.rs/install.sh)" + sh -c "$(curl -fsSL https://starship.rs/install.sh)" --yes fi echo "== Copying configuration files..."