refactor: ensure_omz -> install_omz

This commit is contained in:
Marc 2024-02-23 22:37:46 -05:00
parent aa5dbd536b
commit f86f0aef00
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

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