diff --git a/initialize.sh b/initialize.sh index 6497ae8..cbad9ea 100644 --- a/initialize.sh +++ b/initialize.sh @@ -7,3 +7,6 @@ git clone https://git.mingzailao.live/mingzailao/ohmyzsh.git ~/.oh-my-zsh cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc chsh -s $(which zsh) +# install powerlevel10k +git clone https://git.mingzailao.live/mingzailao/powerlevel10k.git ~/powerlevel10k +echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc