From 3b86f6acda3aa2dae6744892e07a1d9654a06195 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 3 Aug 2017 18:02:02 -0700 Subject: [PATCH] Add powerlevel9k theme --- cfg/zshrc | 2 +- configure.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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