Update Ubuntu install script to install pyenv

master
DustyP 6 years ago
parent d93666e7c4
commit f2f10c7c43

@ -26,7 +26,7 @@ pyenv local 3.8.0
pip install neovim pep8 flake8 pyflakes pylint isort black pip install neovim pep8 flake8 pyflakes pylint isort black
# Download and install oh-my-zsh # Download and install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | /usr/bin/zsh
# 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