feat: env config

This commit is contained in:
2020-02-22 22:10:35 +01:00
parent be20cc4796
commit 4b0df9b529
2 changed files with 9 additions and 13 deletions

View File

@ -1,5 +1,12 @@
#!/bin/bash
# install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
# install pyenv
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv
# install fisher
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish