Stuff, man
This commit is contained in:
parent
aa9406f5a0
commit
e4ae8b5b8d
6 changed files with 14 additions and 4 deletions
2
ackrc
2
ackrc
|
|
@ -1 +1 @@
|
|||
--type=text
|
||||
#--type=text
|
||||
|
|
|
|||
7
afew/config
Normal file
7
afew/config
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# This is the default filter chain
|
||||
[SpamFilter]
|
||||
[ClassifyingFilter]
|
||||
[KillThreadsFilter]
|
||||
[ListMailsFilter]
|
||||
[ArchiveSentMailsFilter]
|
||||
[InboxFilter]
|
||||
4
mbsyncrc
4
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:
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
2
vimrc
2
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
|
||||
|
|
|
|||
2
zshrc
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue