chore: some basics

This commit is contained in:
Marc Cataford 2020-03-22 20:42:02 -04:00
commit 6cad0ad3f7

12
setup Normal file
View file

@ -0,0 +1,12 @@
# ZSH
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# NVM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
# YVM
curl -s https://raw.githubusercontent.com/tophat/yvm/master/scripts/install.js | node
# pyenv
echo "Install PyEnv."