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

1
brew
View File

@@ -56,6 +56,7 @@ brew install jq
brew install mkvtoolnix
brew install ngrok2
brew install nmap
brew install nvm
brew install openssl
brew install pandoc
brew install phantomjs

3
post/docker-machine Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
docker-machine create -d "virtualbox" --virtualbox-memory "3192" default

6
post/install-nvm-default Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
export NVM_DIR="$HOME/.nvm"
. $(brew --prefix nvm)/nvm.sh
nvm install node