Files
lazyzsh/init_plugins.zsh
Steven Hobs 94d22ad9f1 init
2025-10-15 17:04:20 +08:00

5 lines
443 B
Bash

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"