install gcloud and yarn

This commit is contained in:
2018-03-06 18:26:17 -05:00
parent 905c10593f
commit 3cf9ece5c2
2 changed files with 12 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | b
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && source "$NVM_DIR/nvm.sh"
nvm install node
npm install -g yarn
if [[ ! -d ~/.ssh ]]; then
mkdir -p ~/.ssh