refactor: ensure_nvm -> install_nvm
This commit is contained in:
parent
7f27eecbf7
commit
aa5dbd536b
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ install_and_configure_starship() {
|
||||||
cp ./files/starship.toml $STARSHIP_CONFIGURATION_PATH
|
cp ./files/starship.toml $STARSHIP_CONFIGURATION_PATH
|
||||||
}
|
}
|
||||||
|
|
||||||
ensure_nvm() {
|
install_nvm() {
|
||||||
pre_step "Installing nvm to manage node version"
|
pre_step "Installing nvm to manage node version"
|
||||||
|
|
||||||
pre_substep "Installing NVM from remote"
|
pre_substep "Installing NVM from remote"
|
||||||
|
@ -202,7 +202,7 @@ bootstrap() {
|
||||||
# Development tooling and SDKs
|
# Development tooling and SDKs
|
||||||
install_rust
|
install_rust
|
||||||
install_pyenv
|
install_pyenv
|
||||||
ensure_nvm
|
install_nvm
|
||||||
|
|
||||||
# Shell & prompt setup
|
# Shell & prompt setup
|
||||||
ensure_omz
|
ensure_omz
|
||||||
|
|
Loading…
Reference in a new issue