diff --git a/cfg/zshrc b/cfg/zshrc index 8101eca..799d44f 100644 --- a/cfg/zshrc +++ b/cfg/zshrc @@ -5,7 +5,7 @@ ZSH=/usr/share/oh-my-zsh/ source /usr/share/autojump/autojump.zsh # ZSH Theme -ZSH_THEME="agnoster" +ZSH_THEME="powerlevel9k/powerlevel9k" # Use case-sensitive completion. CASE_SENSITIVE="true" diff --git a/configure.sh b/configure.sh index 9f47e33..0c9024d 100755 --- a/configure.sh +++ b/configure.sh @@ -124,6 +124,8 @@ install_i3_laptop() { configure_common() { ### Install Config Files lnh "Installing Common Configuration Files" + # powerlevel9k + sudo git clone https://github.com/bhilburn/powerlevel9k.git /usr/share/oh-my-zsh/themes/powerlevel9k # ZSH lnf cp -v cfg/zshrc ~/.zshrc