Install zplug if not installed

This commit is contained in:
Christian Nieves
2022-08-03 17:06:48 +00:00
parent c9eebbe4a5
commit f12bd3d29d

View File

@ -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