commit 6cad0ad3f7f157d9b77362df31596baead25fc5f Author: Marc Cataford Date: Sun Mar 22 20:42:02 2020 -0400 chore: some basics diff --git a/setup b/setup new file mode 100644 index 0000000..ff25392 --- /dev/null +++ b/setup @@ -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."