#!/bin/sh
echo "use_nvm" >> .envrc
direnv allow
nvm install --lts
nvm use --lts
