Added nvm and post install scripts for nvm and docker-machine

This commit is contained in:
2017-12-02 10:11:00 -05:00
parent e4aac3acba
commit 644db0c544
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
docker-machine create -d "virtualbox" --virtualbox-memory "3192" default
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
export NVM_DIR="$HOME/.nvm"
. $(brew --prefix nvm)/nvm.sh
nvm install node