diff --git a/ubuntu-install.sh b/ubuntu-install.sh index e8ddc7f..3dfe87b 100755 --- a/ubuntu-install.sh +++ b/ubuntu-install.sh @@ -27,6 +27,7 @@ pip install neovim pep8 flake8 pyflakes pylint isort black # Download and install oh-my-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 git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k