From 16e26c68fd93949aaaf7c800eac72973e555328d Mon Sep 17 00:00:00 2001 From: steveokard Date: Mon, 24 Jun 2019 14:53:27 -0400 Subject: [PATCH] solve themeing once and for all --- prezto.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prezto.zsh b/prezto.zsh index b07bd2d..34ee68a 100755 --- a/prezto.zsh +++ b/prezto.zsh @@ -23,6 +23,8 @@ fi #extra setup for powerlevel10k theme echo "....configuring theme" +rm ~/.purepower cd && curl -fsSLO https://raw.githubusercontent.com/romkatv/dotfiles-public/master/.purepower +rm $HOME/.zprezto/modules/prompt/functions/prompt_powerlevel10k_setup ln -s $HOME/.zprezto/modules/prompt/external/powerlevel10k/prompt_powerlevel10k_setup $HOME/.zprezto/modules/prompt/functions/prompt_powerlevel10k_setup