Skip to content

Instantly share code, notes, and snippets.

@nrubel
Last active February 23, 2023 02:18
Show Gist options
  • Save nrubel/19066ee2f3782274fea4a140fba4e5dd to your computer and use it in GitHub Desktop.
Save nrubel/19066ee2f3782274fea4a140fba4e5dd to your computer and use it in GitHub Desktop.
Install nvm - Most simply
brew update
brew install nvm
mkdir ~/.nvm
echo "export NVM_DIR=~/.nvm\nsource \$(brew --prefix nvm)/nvm.sh" >> .zshrc
source ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment