update to use base16 themes for terminal/vim

This commit is contained in:
Nick Nisi
2014-11-18 08:52:20 -06:00
parent c060dbe3bc
commit 0911eba8a7
5 changed files with 23 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ fi
if [[ -d ~/.rvm ]]; then
PATH=$HOME/.rvm/bin:$PATH # Add RVM to PATH for scripting
source ~/.rvm/scripts/rvm
source ~/.rvm/scripts/rvm
fi
# alias git to hub
@@ -52,3 +52,10 @@ eval "$(hub alias -s)"
source $(brew --prefix nvm)/nvm.sh
source `brew --prefix`/etc/profile.d/z.sh
# Base16 Shell
export THEME="base16-harmonic16"
export BACKGROUND="dark"
BASE16_SHELL="$DOTFILES/.config/base16-shell/$THEME.$BACKGROUND.sh"
[[ -s $BASE16_SHELL ]] && source $BASE16_SHELL