diff --git a/bootstrap.sh b/bootstrap.sh index 2f82ae8..89e9fe7 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -89,7 +89,7 @@ install_rust() { fi } -ensure_omz() { +install_omz() { pre_step "Installs Oh My ZSH" curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash } @@ -205,7 +205,7 @@ bootstrap() { install_nvm # Shell & prompt setup - ensure_omz + install_omz install_and_configure_starship inject_shell_configuration