chore: some basics
This commit is contained in:
commit
6cad0ad3f7
1 changed files with 12 additions and 0 deletions
12
setup
Normal file
12
setup
Normal 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."
|
Loading…
Reference in a new issue