diff --git a/zsh/.zshrc b/zsh/.zshrc index 3f173c5..734f65c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,6 +1,8 @@ # set -xv if [ -f ${HOME}/.zplug/init.zsh ]; then source ${HOME}/.zplug/init.zsh +else + curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh fi zplug "zsh-users/zsh-syntax-highlighting", defer:2