13 lines
314 B
Text
13 lines
314 B
Text
|
# 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."
|