mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
zsh: Migrate zdharma -> zdharma-continuum
https://github.com/zdharma-continuum/zinit/wiki/Migration-to-zdharma-continuum https://www.reddit.com/r/zsh/comments/qinb6j/httpsgithubcomzdharma_has_suddenly_disappeared_i/ Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
7775fb62e4
commit
90038f8795
@ -59,13 +59,14 @@ ZINIT[HOME_DIR]="$XDG_CACHE_HOME/zsh/zinit"
|
|||||||
ZINIT[BIN_DIR]="${ZINIT[HOME_DIR]}/bin"
|
ZINIT[BIN_DIR]="${ZINIT[HOME_DIR]}/bin"
|
||||||
ZINIT[PLUGINS_DIR]="${ZINIT[HOME_DIR]}/plugins"
|
ZINIT[PLUGINS_DIR]="${ZINIT[HOME_DIR]}/plugins"
|
||||||
if [ ! -e "${ZINIT[HOME_DIR]}" ]; then
|
if [ ! -e "${ZINIT[HOME_DIR]}" ]; then
|
||||||
git clone https://github.com/zdharma/zinit.git "${ZINIT[HOME_DIR]}"
|
git clone https://github.com/zdharma-continuum/zinit.git "${ZINIT[HOME_DIR]}"
|
||||||
fi
|
fi
|
||||||
source "${ZINIT[HOME_DIR]}"/zinit.zsh
|
source "${ZINIT[HOME_DIR]}"/zinit.zsh
|
||||||
|
|
||||||
zinit wait lucid light-mode for \
|
zinit wait lucid for \
|
||||||
atinit"ZINIT[COMPINIT_OPTS]=-C; zicompinit; zicdreplay" \
|
atinit"ZINIT[COMPINIT_OPTS]=-C;zicompinit;zicdreplay" \
|
||||||
zdharma/fast-syntax-highlighting \
|
atload"FAST_HIGHLIGHT[chroma-zinit]=" \
|
||||||
|
zdharma-continuum/fast-syntax-highlighting \
|
||||||
blockf \
|
blockf \
|
||||||
zsh-users/zsh-completions \
|
zsh-users/zsh-completions \
|
||||||
atload"!_zsh_autosuggest_start" \
|
atload"!_zsh_autosuggest_start" \
|
||||||
|
Loading…
Reference in New Issue
Block a user