From f86f0aef008ee3b7c079206a111bd81ea946b1fa Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Fri, 23 Feb 2024 22:37:46 -0500 Subject: [PATCH] refactor: ensure_omz -> install_omz --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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