From d3090f37978866e38c63c6550771a4716094ac8e Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Wed, 15 Nov 2023 21:16:22 +0800 Subject: Migrate from zplug to zinit --- .zplugrc | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 .zplugrc (limited to '.zplugrc') diff --git a/.zplugrc b/.zplugrc deleted file mode 100755 index 1c2ac00..0000000 --- a/.zplugrc +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/env zsh - -export ZPLUG_HOME=$HOME/.zplug - -if [ ! -d $ZPLUG_HOME ]; then - echo 'Installing zplug ... ' - git clone https://github.com/zplug/zplug.git $ZPLUG_HOME -fi -source $ZPLUG_HOME/init.zsh - -zplug "zsh-users/zsh-completions" -# zsh-syntax-highlighting must be loaded after other plugins -zplug "zsh-users/zsh-syntax-highlighting", defer:2 -zplug "dracula/zsh", as:theme - -if ! zplug check --verbose; then - printf "Install? [y/N]: " - if read -q; then - echo; zplug install - fi -fi - -zplug load -- cgit v1.2.3