env/setup

13 lines
314 B
Text
Raw Normal View History

2020-03-23 00:42:02 +00:00
# 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."