Update Ubuntu install script to install pyenv

master
DustyP 6 years ago
parent f2f10c7c43
commit 9d3355e1f6

@ -27,6 +27,7 @@ pip install neovim pep8 flake8 pyflakes pylint isort black
# Download and install oh-my-zsh # Download and install oh-my-zsh
curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | /usr/bin/zsh curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | /usr/bin/zsh
source $HOME/.zshrc
# Download PowerLevel10K and put it in the custom theme directory for oh-my-zsh # Download PowerLevel10K and put it in the custom theme directory for oh-my-zsh
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k

Loading…
Cancel
Save