diff --git a/brew b/brew index b120a8a..672b6ea 100755 --- a/brew +++ b/brew @@ -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 diff --git a/post/docker-machine b/post/docker-machine new file mode 100644 index 0000000..63ce0fc --- /dev/null +++ b/post/docker-machine @@ -0,0 +1,3 @@ +#!/bin/sh + +docker-machine create -d "virtualbox" --virtualbox-memory "3192" default diff --git a/post/install-nvm-default b/post/install-nvm-default new file mode 100644 index 0000000..4fd3e39 --- /dev/null +++ b/post/install-nvm-default @@ -0,0 +1,6 @@ +#!/bin/sh + +export NVM_DIR="$HOME/.nvm" + +. $(brew --prefix nvm)/nvm.sh +nvm install node