|
@@ -9,7 +9,7 @@ export SAVEHIST="1000000"
|
|
|
if [[ ! -f $HOME/.zinit/bin/zinit.zsh ]]; then
|
|
|
print -P "%F{33}▓▒░ %F{220}Installing %F{33}DHARMA%F{220} Initiative Plugin Manager (%F{33}zdharma/zinit%F{220})…%f"
|
|
|
command mkdir -p "$HOME/.zinit" && command chmod g-rwX "$HOME/.zinit"
|
|
|
- command git clone https://github.com/zdharma/zinit "$HOME/.zinit/bin" && \
|
|
|
+ command git clone https://github.com/zdharma-continuum/zinit "$HOME/.zinit/bin" && \
|
|
|
print -P "%F{33}▓▒░ %F{34}Installation successful.%f%b" || \
|
|
|
print -P "%F{160}▓▒░ The clone has failed.%f%b"
|
|
|
fi
|
|
@@ -21,16 +21,16 @@ autoload -Uz _zinit
|
|
|
# Load a few important annexes, without Turbo
|
|
|
# (this is currently required for annexes)
|
|
|
zinit light-mode for \
|
|
|
- zinit-zsh/z-a-rust \
|
|
|
- zinit-zsh/z-a-as-monitor \
|
|
|
- zinit-zsh/z-a-patch-dl \
|
|
|
- zinit-zsh/z-a-bin-gem-node
|
|
|
+ zdharma-continuum/z-a-rust \
|
|
|
+ zdharma-continuum/z-a-as-monitor \
|
|
|
+ zdharma-continuum/z-a-patch-dl \
|
|
|
+ zdharma-continuum/z-a-bin-gem-node
|
|
|
|
|
|
### End of Zinit's installer chunk
|
|
|
|
|
|
# Autosuggestions & fast-syntax-highlighting
|
|
|
zinit ice wait lucid atinit"zpcompinit; zpcdreplay"
|
|
|
-zinit light zdharma/fast-syntax-highlighting
|
|
|
+zinit light zdharma-continuum/fast-syntax-highlighting
|
|
|
# zsh-autosuggestions
|
|
|
zinit ice wait lucid atload"!_zsh_autosuggest_start"
|
|
|
zinit load zsh-users/zsh-autosuggestions
|