From f12bd3d29d91babb924baa368b838b6988b84b7c Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Wed, 3 Aug 2022 17:06:48 +0000 Subject: [PATCH] Install zplug if not installed --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) 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