refactor: ensure_omz -> install_omz
This commit is contained in:
parent
aa5dbd536b
commit
f86f0aef00
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue