This commit is contained in:
Steven Hobs
2025-08-17 20:23:48 +08:00
commit 11ae6d6a3a
8 changed files with 1986 additions and 0 deletions

4
init_plugins.zsh Normal file
View File

@@ -0,0 +1,4 @@
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"