Skip to content

Instantly share code, notes, and snippets.

View Mathieuka's full-sized avatar
🎯
Focusing

Mathieu Mathieuka

🎯
Focusing
  • France
View GitHub Profile
@mike-casas
mike-casas / install-nvm-zsh.txt
Last active March 14, 2024 20:40
install nvm on mac with zsh shell
After install zsh
- brew update
- brew install nvm
- mkdir ~/.nvm
after in your ~/.zshrc or in .bash_profile if your use bash shell:
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh