chore(nvm): add install script for nvm

This commit is contained in:
Stefan Imhoff
2021-11-28 11:39:03 +01:00
parent f1c8530751
commit 6ea383db24
2 changed files with 17 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
# Installing Homebrew packages
source ./brew.sh
# Installing Node.js
source ./nvm.sh
# Installing global Node.js modules
source ./npm.sh