This commit is contained in:
root 2024-10-26 19:23:48 +08:00
parent 5e825721b6
commit 901bb3c4a3

View File

@ -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 ~