lazyzsh/init_plugins.zsh
Steven Hobs 5c6d832cd6 init
2025-07-05 13:10:31 +08:00

5 lines
363 B
Bash

mkdir -p "$LAZY_ZSH/plugins"
git clone --depth 1 "https://gitcode.com/zsh-users/zsh-syntax-highlighting.git" "$LAZY_ZSH/plugins/syntax-highlighting"
git clone --depth 1 "https://gitcode.com/zsh-users/zsh-autosuggestions.git" "$LAZY_ZSH/plugins/autosuggestions"
git clone --depth 1 "https://gitcode.com/romkatv/powerlevel10k.git" "$LAZY_ZSH/plugins/powerlevel10k"