From 6cad0ad3f7f157d9b77362df31596baead25fc5f Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sun, 22 Mar 2020 20:42:02 -0400 Subject: [PATCH] chore: some basics --- setup | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 setup 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."