From e1dbc2a92ccdaa75c177d16724c973d4406f0940 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 12 Feb 2016 15:40:54 +0100 Subject: [PATCH] powerlevel --- dircolors | 2 +- install.sh | 3 ++- vim/bundle/nerdtree | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dircolors b/dircolors index a21f472..e6fa8d4 160000 --- a/dircolors +++ b/dircolors @@ -1 +1 @@ -Subproject commit a21f4726bd214a96c76259b235c9a83854876e2f +Subproject commit e6fa8d4c0f64d9758e7ff32fe8d10f9800396d3c diff --git a/install.sh b/install.sh index 5c22966..b5b067f 100644 --- a/install.sh +++ b/install.sh @@ -29,13 +29,14 @@ mkdir ~/.oh-my-zsh/custom/themes cp ~/.dotfiles/zshrc.powerlevel ~/.zshrc.powerlevel cd ~/.oh-my-zsh/custom/themes git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k -sed -i -e 's/ZSH_THEME="robbyrussell"/"ZSH_THEME="powerlevel9k\/powerlevel9k && source ~/.zshrc.powerlevel' +sed -i -e 's,ZSH_THEME="robbyrussell",ZSH_THEME="powerlevel9k/powerlevel9k" \&\& source ~/.zshrc.powerlevel,' ~/.zshrc sed -i -e 's/# CASE_SENSITIVE/CASE_SENSITIVE/' ~/.zshrc case `uname` in Linux) echo 'eval $( dircolors -b ~/.dotfiles/dircolors/dircolors.ansi-universal ) ' >> ~/.zshrc ;; Darwin) echo 'eval $( gdircolors -b ~/.dotfiles/dircolors/dircolors.ansi-universal ) ' >> ~/.zshrc ;; esac echo "zstyle ':vcs_info:*' enable hg bzr git svn" >> ~/.zshrc +echo 'ZSH_THEME="powerlevel9k/powerlevel9k" && source ~/.zshrc.powerlevel' >> ~/.zshrc echo "[ -e ~/.zshrc.local ] && source ~/.zshrc.local" >> ~/.zshrc source ~/.zshrc diff --git a/vim/bundle/nerdtree b/vim/bundle/nerdtree index 86e2e40..4ebbb53 160000 --- a/vim/bundle/nerdtree +++ b/vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit 86e2e40af161e65a3ad671214f16f23af360a5a7 +Subproject commit 4ebbb533c3faf2c480211db2b547972bb3b60f2b