This commit is contained in:
Steven Hobs
2025-11-29 11:32:33 +08:00
commit aeb21c5a8b
8 changed files with 1978 additions and 0 deletions

5
init_plugins.zsh Normal file
View File

@@ -0,0 +1,5 @@
mkdir -p "$LAZY_ZSH/plugins"
GITHUB_MIRROR="https://ghfast.top/"
git clone --depth 1 "${GITHUB_MIRROR}https://github.com/zsh-users/zsh-syntax-highlighting.git" "$LAZY_ZSH/plugins/syntax-highlighting"
git clone --depth 1 "${GITHUB_MIRROR}https://github.com/zsh-users/zsh-autosuggestions.git" "$LAZY_ZSH/plugins/autosuggestions"
git clone --depth 1 "${GITHUB_MIRROR}https://github.com/romkatv/powerlevel10k.git" "$LAZY_ZSH/plugins/powerlevel10k"