Tuesday, April 8, 2014

One magic line to setup awesomeness for VIM editor in OSX [lots of plugins]

On you MAC OSX box run the following command in a terminal prompt for all the awesomeness.

$ curl http://j.mp/spf13-vim3 -L -o - | sh


Credits: Rajesh Parvathaneni: https://github.com/rajonrails/spf13-vim

A basic .muttrc for use with GMAIL

# A basic .muttrc for use with GMAIL

#Change the following six lines to match your Gmail account details

set imap_user = "username@gmail.com"
set imap_pass = "your-password"
set smtp_url = "smtp://username@smtp.gmail.com:587/"
set smtp_pass = "your-password"
set from = "username@gmail.com"
set realname = "First Last"


#Change the following line to a different editor you prefer
set editor = "vim"

set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set postponed="+[Gmail]/Drafts"

set header_cache=~/.mutt/cache/headers
set message_cachedir=~/.mutt/cache/bodies
set certificate_file=~/.mutt/certificates

set move = no


set sort = 'threads'
set sort_aux = 'last-date-received'
set imap_check_subscribed

ignore "Authentication-Results:"
ignore "DomainKey-Signature:"
ignore "DKIM-Signature:"
hdr_order Date From To Cc