add git and mutt dotfiles

This commit is contained in:
Ben Harris 2018-07-22 15:53:14 -04:00
parent e45ac4fdf8
commit 76d87218b7
2 changed files with 32 additions and 0 deletions

9
git/.gitconfig Executable file
View File

@ -0,0 +1,9 @@
[user]
email = ben@tilde.team
name = Ben Harris
signingkey = 0647C7F8
[push]
default = simple
[url "git@github.com:"]
insteadOf = https://github.com/

23
mutt/.muttrc Normal file
View File

@ -0,0 +1,23 @@
set editor=vim
set sort = reverse-threads
set sort_aux = last-date-received
set mbox_type=Maildir
set folder="~/Maildir"
set mbox="~/Maildir"
set spoolfile="~/Maildir"
set record="+.Sent"
set postponed="+.Drafts"
mailboxes `echo -n "+ "; find ~/Maildir -maxdepth 1 -type d -name ".*" -printf "+%f' " `
macro index c "<change-folder>?<toggle-mailboxes>" "open a different folder"
macro pager c "<change-folder>?<toggle-mailboxes>" "open a different folder"
macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox"
macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
macro compose A "<attach-message>?<toggle-mailboxes>" "attach message(s) to this message"