Also includes a script to install it:)
++<<<<<<< HEAD
+notes:
+* For msmtp I've patched my msmtp to have the --password flag included using the patch found at https://aur.archlinux.org/packages/msmtp-pwpatched/
+* In bashrc there are two functions concerning encrypted cloud storage, for more info: http://martlubbers.net/nsa-dropbox.html
+
+TODO:
+* screen, irssi
++=======
+ Containts:
+ - vimrc
+ - i3 config including custom bar and lock
+ - Xresources with nice colorscheme and transparant terminals
+ - bashrc
+ - muttrc
+
+ Todo:
+ add offlineimap, msmtp
++>>>>>>> 35592efa3b150a2efcb320ffb12aaa66e2c1f43c
cp -if `pwd`/.bashrc ~/.bashrc
cp -if `pwd`/.Xresources ~/.Xresources
cp -if `pwd`/muttrc ~/.mutt/muttrc
++<<<<<<< HEAD
+cp -if `pwd`/msmtp ~/.mutt/msmtp
+cp -if `pwd`/offlineimaprc ~/.mutt/offlineimaprc
++=======
+ mkdir -p ~/.i3
+ cp -if `pwd`/i3/* ~/.i3/
+ cp -if `pwd`/.xinitrc ~/.xinitrc
++>>>>>>> 35592efa3b150a2efcb320ffb12aaa66e2c1f43c
set from="mart@martlubbers.net"
set use_from=yes
set envelope_from=yes
+ <<<<<<< HEAD
+set my_msmtp_pass=`gpg --use-agent -d ~/passwd.gpg | grep -i mail | awk '{print $3}'`
+set sendmail="/usr/local/bin/msmtp -C /home/mart/.mutt/msmtp --password=$my_msmtp_pass -f mart@martlubbers.net -a net"
++=======
++<<<<<<< HEAD
+ <<<<<<< HEAD
+ set sendmail="/usr/bin/msmtp --passwordeval -C /home/mart/.mutt/msmtp -f mart@martlubbers.net -a net"
+ =======
+ set sendmail="/usr/bin/msmtp -C /home/mart/.mutt/msmtp -f mart@martlubbers.net -a net"
+ >>>>>>> 1cce2d664871e9f0f910a8f6c044c92b129b73a8
+ =======
+ set sendmail="/usr/bin/msmtp -C /home/mart/.mutt/msmtp -f mart@martlubbers.net -a net"
+ >>>>>>> 1cce2d664871e9f0f910a8f6c044c92b129b73a8
++>>>>>>> 35592efa3b150a2efcb320ffb12aaa66e2c1f43c
set my_hdr="X-PGP-Key: http://www.martlubbers.net/mart@martlubbers.net.asc"
+# Macros
# Force offlineimap to refresh in the background
-macro index,pager \CR "<shell-escape>offlineimap -c ~/.mutt/offlineimaprc &<enter>" "Force refresh"
+macro index,pager \CR "<shell-escape>offlineimap -c ~/.mutt/offlineimaprc -k Repository_Remote:password=$my_msmtp_pass &<enter>" "Force refresh"
# Move all the mailing lists to the appropriate folder
-macro index,pager \CT "<tag-pattern>~C vim@vim.org | ~C vim_use<enter><tag-prefix-cond><save-message>=vim<enter><end-cond><tag-pattern>~C lists.debian.org<enter><tag-prefix-cond><save-message>=debian<enter><end-cond><tag-pattern>~C mutt-users@mutt.org<enter><tag-prefix-cond><save-message>=mutt<enter><end-cond><sync-mailbox>" "Clean up mailing lists"
+macro index,pager \CT "\
+<tag-pattern>~C vim@vim.org | ~C vim_use<enter><tag-prefix-cond><save-message>=vim<enter><end-cond>\
+<tag-pattern>~C lists.debian.org<enter><tag-prefix-cond><save-message>=debian<enter><end-cond>\
+<tag-pattern>~C mutt-users@mutt.org<enter><tag-prefix-cond><save-message>=mutt<enter><end-cond>\
+<sync-mailbox>" "Clean up mailing lists"
# Folders
set mbox_type=Maildir