mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-18 21:54:46 -04:00
Added nvm and post install scripts for nvm and docker-machine
This commit is contained in:
@@ -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