refactor: ensure_nvm -> install_nvm

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

View file

@ -119,7 +119,7 @@ install_and_configure_starship() {
cp ./files/starship.toml $STARSHIP_CONFIGURATION_PATH
}
ensure_nvm() {
install_nvm() {
pre_step "Installing nvm to manage node version"
pre_substep "Installing NVM from remote"
@ -202,7 +202,7 @@ bootstrap() {
# Development tooling and SDKs
install_rust
install_pyenv
ensure_nvm
install_nvm
# Shell & prompt setup
ensure_omz