79745146

Date: 2025-08-24 20:03:45
Score: 0.5
Natty:
Report link

I'll post my own answer of what works for me each time I need to change my mac
brew update
brew install nvm
mkdir ~/.nvm
echo "export NVM_DIR=~/.nvm\nsource \$(brew --prefix nvm)/nvm.sh" >> .zshrc
source ~/.zshrc

this way I don't need to re-run the source each time I close/open my IDE / terminal, a no brainer

solution from: link

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): works for me
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: user2923339