mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-19 22:04:38 -04:00
Added nvm and post install scripts for nvm and docker-machine
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker-machine create -d "virtualbox" --virtualbox-memory "3192" default
|
||||
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
|
||||
. $(brew --prefix nvm)/nvm.sh
|
||||
nvm install node
|
||||
Reference in New Issue
Block a user