init
This commit is contained in:
4
init_plugins.zsh
Normal file
4
init_plugins.zsh
Normal 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"
|
Reference in New Issue
Block a user