diff --git a/init.sh b/init.sh index 522abe9..7c15dc0 100644 --- a/init.sh +++ b/init.sh @@ -2,3 +2,4 @@ sh -c "$(curl -fsSL https://install.ohmyz.sh/)" git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting 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