#!/bin/bash
rm -rf ~/.nvm
git clone --depth 1 https://github.com/creationix/nvm.git ~/.nvm
source ~/.nvm/nvm.sh
for i in {7..11}; do nvm i $i; done
nvm use 11
