source /cfg/zsh/zplug/init.zsh zstyle ':zplug:tag' 'from' 'local' zplug 'zdharma/fast-syntax-highlighting' if ! zplug check --verbose; then printf "Install? [y/N]: " if read -q; then echo; zplug install fi fi zplug load --verbose