From 901bb3c4a36d6e5e2371c6c9a78c1d139a9fbeeb Mon Sep 17 00:00:00 2001 From: root Date: Sat, 26 Oct 2024 19:23:48 +0800 Subject: [PATCH] update --- init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.sh b/init.sh index 7c15dc0..9a93861 100644 --- a/init.sh +++ b/init.sh @@ -3,3 +3,6 @@ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM: git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k git config --global credential.helper store +cp .oh-my-zsh ~ +cp .p10k.zsh ~ +cp .zshrc ~