From e4ae8b5b8de42f8e9daa5aa63c2f2ac31daffbf5 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Fri, 21 Mar 2014 11:53:30 -0500 Subject: [PATCH] Stuff, man --- ackrc | 2 +- afew/config | 7 +++++++ mbsyncrc | 4 ++-- vimperatorrc | 1 + vimrc | 2 ++ zshrc | 2 +- 6 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 afew/config diff --git a/ackrc b/ackrc index 6cca8e1..d2098f3 100644 --- a/ackrc +++ b/ackrc @@ -1 +1 @@ ---type=text +#--type=text diff --git a/afew/config b/afew/config new file mode 100644 index 0000000..376517e --- /dev/null +++ b/afew/config @@ -0,0 +1,7 @@ +# This is the default filter chain +[SpamFilter] +[ClassifyingFilter] +[KillThreadsFilter] +[ListMailsFilter] +[ArchiveSentMailsFilter] +[InboxFilter] diff --git a/mbsyncrc b/mbsyncrc index 5dcf667..2a0ddf5 100644 --- a/mbsyncrc +++ b/mbsyncrc @@ -8,12 +8,12 @@ UseIMAPS yes IMAPStore gmail-remote Account gmail -Path [Gmail]/ +#Path [Gmail]/ MaildirStore gmail-local Path ~/.mail/gmail/ Inbox ~/.mail/gmail/INBOX -Flatten . +Flatten . Channel gmail Master :gmail-remote: diff --git a/vimperatorrc b/vimperatorrc index 1f1de28..a6ec882 100644 --- a/vimperatorrc +++ b/vimperatorrc @@ -6,6 +6,7 @@ ignorekeys add reddit\.com ignorekeys add tumblr\.com ignorekeys add cmd\.fm ignorekeys add getpocket\.com +ignorekeys add google\.com\/search set gui=nonavigation set editor='bash -lc "mvim -f \$*" mvim' diff --git a/vimrc b/vimrc index 1a6277a..370dee2 100644 --- a/vimrc +++ b/vimrc @@ -23,6 +23,7 @@ Bundle 'tpope/vim-endwise' Bundle 'tpope/vim-vinegar' Bundle 'tpope/vim-characterize.git' Bundle 'tpope/vim-jdaddy' +Bundle 'tpope/vim-eunuch' " Bundle 'tpope/vim-unimpared' Bundle 'mileszs/ack.vim' Bundle 'justinmk/vim-sneak' @@ -181,6 +182,7 @@ endif if v:version > 700 let g:syntastic_enable_signs=1 let g:syntastic_auto_loc_list=1 + let g:syntastic_html_tidy_ignore_errors=[" proprietary attribute \"ng-"] else let g:loaded_syntastic_plugin=1 endif diff --git a/zshrc b/zshrc index 5d82326..0edee7d 100644 --- a/zshrc +++ b/zshrc @@ -37,7 +37,7 @@ export PATH=/usr/local/share/python:$PATH export PATH=$HOME/Library/Haskell/bin:$PATH # Haskell export PATH=$HOME/dotfiles/bin:$PATH # Dotfiles bin export PATH=/usr/local/share/npm/bin:$PATH # npm -export NODE_PATH=/usr/local/lib/node +export NODE_PATH=/usr/local/lib/node:/usr/local/share/npm/lib/node_modules export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python2.7/site-packages # Chruby