From 1f43dd5b6badc24beb683c3bf5f63d6213f3231c Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 3 Jun 2016 14:09:32 +0200 Subject: [PATCH] agnoster --- install.sh | 11 +---------- vim/bundle/nerdtree | 2 +- zshrc.powerlevel | 9 --------- 3 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 zshrc.powerlevel diff --git a/install.sh b/install.sh index f9ba7d8..bbb79ce 100644 --- a/install.sh +++ b/install.sh @@ -25,18 +25,9 @@ cd ~/.dotfiles ## zsh cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc -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,' ~/.zshrc +sed -i -e 's,ZSH_THEME="robbyrussell",ZSH_THEME="agnoster"' ~/.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 4ebbb53..15445be 160000 --- a/vim/bundle/nerdtree +++ b/vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit 4ebbb533c3faf2c480211db2b547972bb3b60f2b +Subproject commit 15445be5fb2559829ac7a1f05af5d713586e8ec9 diff --git a/zshrc.powerlevel b/zshrc.powerlevel deleted file mode 100644 index e41caa4..0000000 --- a/zshrc.powerlevel +++ /dev/null @@ -1,9 +0,0 @@ -export DEFAULT_USER=$LOGNAME -POWERLEVEL9K_MODE='awesome-patched' -POWERLEVEL9K_COLOR_SCHEME='dark' -POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(time aws context dir rbenv vcs background_jobs status) -POWERLEVEL9K_DISABLE_RPROMPT=true -POWERLEVEL9K_SHORTEN_DIR_LENGTH=2 -POWERLEVEL9K_STATUS_VERBOSE=false -POWERLEVEL9K_SHOW_CHANGESET=true -POWERLEVEL9K_CHANGESET_HASH_LENGTH=6