From ebeb75f65c4ff0d16b02b2370ec2f1a02c54ec7b Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 16 Sep 2015 17:09:24 +0100 Subject: Add mutt-colors-solarized as a submodule --- .gitmodules | 3 +++ .mutt/muttrc | 6 +++--- .mutt/solarized | 1 + .vim/vimrc | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) create mode 160000 .mutt/solarized diff --git a/.gitmodules b/.gitmodules index 7decbb5..263e234 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule ".tmux/tpm"] path = .tmux/tpm url = https://github.com/tmux-plugins/tpm +[submodule ".mutt/solarized"] + path = .mutt/solarized + url = https://github.com/altercation/mutt-colors-solarized diff --git a/.mutt/muttrc b/.mutt/muttrc index df3a634..1b15492 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -93,9 +93,9 @@ bind pager k previous-entry bind pager R group-reply # Source mutt solarized -`[ "$COLORSCHEME" = "light" ] && echo source $HOME/github/mutt-colors-solarized/mutt-colors-solarized-light-16.muttrc || echo set` -`[ "$COLORSCHEME" = "dark" ] && echo source $HOME/github/mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc || echo set` -`[ "$COLORSCHEME" = "default" ] && echo source $HOME/github/mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc || echo set` +`[ "$COLORSCHEME" = "light" ] && echo source $HOME/.mutt/solarized/mutt-colors-solarized-light-16.muttrc || echo set` +`[ "$COLORSCHEME" = "dark" ] && echo source $HOME/.mutt/solarized/mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc || echo set` +`[ "$COLORSCHEME" = "default" ] && echo source $HOME/.mutt/solarized/mutt-colors-solarized-dark-16.muttrc || echo set` color index red default "~F" color index brightblue default "~f edfenergy" diff --git a/.mutt/solarized b/.mutt/solarized new file mode 160000 index 0000000..3b23c55 --- /dev/null +++ b/.mutt/solarized @@ -0,0 +1 @@ +Subproject commit 3b23c55eb43849975656dd89e3f35dacd2b93e69 diff --git a/.vim/vimrc b/.vim/vimrc index 203c5fc..cc7a290 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -292,7 +292,7 @@ nnoremap C :call fzf#run({ \ }) "" Experimental -let g:notes_directories = ['~/dotfiles/private/.notes'] +let g:notes_directories = ['~/dotfiles/.notes'] let g:pymode=0 " Idea: instant download colorscheme -- cgit v1.2.3