From f2f10c7c43675cd2d3d136ffebf2f365724c4fa6 Mon Sep 17 00:00:00 2001 From: Dusty Pianalto Date: Mon, 2 Dec 2019 22:30:51 -0900 Subject: [PATCH] Update Ubuntu install script to install pyenv --- ubuntu-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-install.sh b/ubuntu-install.sh index 71b7d54..e8ddc7f 100755 --- a/ubuntu-install.sh +++ b/ubuntu-install.sh @@ -26,7 +26,7 @@ pyenv local 3.8.0 pip install neovim pep8 flake8 pyflakes pylint isort black # 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 git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k