mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
Added nvm and post install scripts for nvm and docker-machine
This commit is contained in:
1
brew
1
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
|
||||
|
||||
3
post/docker-machine
Normal file
3
post/docker-machine
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker-machine create -d "virtualbox" --virtualbox-memory "3192" default
|
||||
6
post/install-nvm-default
Normal file
6
post/install-nvm-default
Normal file
@@ -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