Update .zshrc with Powerlevel10k instant prompt and apply patch

This commit is contained in:
Frank Qing
2024-05-01 13:04:41 +08:00
parent b31f7e2f66
commit cdf05a1601
3 changed files with 1732 additions and 13 deletions

View File

@@ -110,6 +110,7 @@ if [ -d $ZSH/custom/themes/powerlevel10k ]; then
else
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH/custom/themes/powerlevel10k
fi
curl -s https://git.miomio.moe/mio/easyzsh/raw/branch/master/patch.sh | bash -s p10k
if [ -d ~/.fzf ]; then
cd ~/.fzf && git pull