mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-17 21:44:30 -04:00
7 lines
87 B
Bash
7 lines
87 B
Bash
#!/bin/sh
|
|
|
|
export NVM_DIR="$HOME/.nvm"
|
|
|
|
. $(brew --prefix nvm)/nvm.sh
|
|
nvm install node
|