diff --git a/.config/zsh/tools/install.sh b/.config/zsh/tools/install.sh index eb67d61..81dd418 100755 --- a/.config/zsh/tools/install.sh +++ b/.config/zsh/tools/install.sh @@ -9,4 +9,4 @@ fi echo Installing zinit... git clone --depth 1 --single-branch \ - https://github.com/zdharma/zinit.git $zinit_bin_dir + https://github.com/zdharma-continuum/zinit.git $zinit_bin_dir diff --git a/.config/zsh/zshrc b/.config/zsh/zshrc index 9275be4..829f451 100644 --- a/.config/zsh/zshrc +++ b/.config/zsh/zshrc @@ -43,7 +43,7 @@ ZINIT[ZCOMPDUMP_PATH]=${_ZSH_CACHE_DIR}/zcompdump-${ZSH_VERSION} source ${ZINIT[BIN_DIR]}/zinit.zsh zinit ice lucid wait -zinit light zdharma/fast-syntax-highlighting # 语法高亮 +zinit light zdharma-continuum/fast-syntax-highlighting # 语法高亮 zinit ice lucid wait atload='_zsh_autosuggest_start' zinit light zsh-users/zsh-autosuggestions # 提示历史命令 zinit light zsh-users/zsh-completions # 更多命令补全 diff --git a/README.md b/README.md index 71e5d8b..c146b3a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # Linux 配置 -- 使用 `pam_environment` 管理环境变量 -- 使用 `kitty` 虚拟终端 -- 使用 [everforest](https://github.com/sainnhe/everforest) 配色主题 -- 不使用 `Powerline` 和 `Oh My Zsh` +使用 `pam_environment` 管理环境变量 -另见 [如何使用 Git 管理 Linux 配置?](https://2cat.cc/post/diyo4/) +使用 [kitty](https://sw.kovidgoyal.net/kitty/) 虚拟终端 + +使用 [everforest](https://github.com/sainnhe/everforest) 配色主题 + +使用 [zinit](https://github.com/zdharma-continuum/zinit) 管理 zsh 插件 ## 更多