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
|
||||
}
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue