dotfiles with stow

This commit is contained in:
Michael Chalupiak
2024-09-05 19:14:30 -04:00
parent 2c44971f2f
commit 00f346b438
99 changed files with 28618 additions and 0 deletions

View File

View File

@@ -0,0 +1,22 @@
# vim: filetype=neomuttrc
# muttrc file for account chalupmc@rose-hulman.edu
set realname = "chalupmc"
set from = "chalupmc@rose-hulman.edu"
set sendmail = "msmtp -a chalupmc@rose-hulman.edu"
alias me chalupmc <chalupmc@rose-hulman.edu>
set folder = "/home/mikec/.local/share/mail/chalupmc@rose-hulman.edu"
set header_cache = /home/mikec/.cache/mutt-wizard/chalupmc@rose-hulman.edu/headers
set message_cachedir = /home/mikec/.cache/mutt-wizard/chalupmc@rose-hulman.edu/bodies
set mbox_type = Maildir
set hostname = "rose-hulman.edu"
source /usr/share/mutt-wizard/switch.muttrc
set spoolfile = +INBOX
set postponed = +Drafts
set trash = +Trash
set record = +Sent
macro index o "<shell-escape>mw -y chalupmc@rose-hulman.edu<enter>" "run mbsync to sync chalupmc@rose-hulman.edu"
macro index \eg "<enter-command>unset wait_key<enter><shell-escape>gpg --list-secret-keys; printf 'Enter email ID of user to publish: '; read eID; printf 'Enter fingerprint of GPG key to publish: '; read eFGPT; /usr/libexec/gpg-wks-client --create \$eFGPT \$eID | msmtp --read-envelope-from --read-recipients -a chalupmc@rose-hulman.edu<enter>" "publish GPG key to WKS provider"
macro index \eh "<pipe-message>/usr/libexec/gpg-wks-client --receive | msmtp --read-envelope-from --read-recipients -a chalupmc@rose-hulman.edu<enter>" "confirm GPG publication"
mailboxes "=INBOX" "=Drafts" "=Junk" "=Trash" "=Sent" "=Archive"

View File

@@ -0,0 +1,19 @@
# vim: filetype=neomuttrc
# muttrc file for account mikec@mchalupiak.com
set real_name = "mikec"
set from = "mikec@mchalupiak.com"
set sendmail = "msmtp -a mikec@mchalupiak.com"
alias me mikec <mikec@mchalupiak.com>
set folder = "/home/mikec/.local/share/mail/mikec@mchalupiak.com"
set header_cache = "/home/mikec/.cache/mutt-wizard/mikec_mchalupiak.com/headers"
set message_cachedir = "/home/mikec/.cache/mutt-wizard/mikec_mchalupiak.com/bodies"
set mbox_type = Maildir
set hostname = "mchalupiak.com"
source /usr/share/mutt-wizard/switch.muttrc
set spool_file = "+INBOX"
set postponed = "+Drafts"
set trash = "+Trash"
set record = "+Sent"
macro index o "<shell-escape>mailsync mikec@mchalupiak.com<enter>" "sync mikec@mchalupiak.com"
mailboxes "=Sent" "=Drafts" "=Junk" "=INBOX"

View File

@@ -0,0 +1,22 @@
# vim: filetype=neomuttrc
# muttrc file for account mikecchalupiak@outlook.com
set realname = "mikecchalupiak"
set from = "mikecchalupiak@outlook.com"
set sendmail = "msmtp -a mikecchalupiak@outlook.com"
alias me mikecchalupiak <mikecchalupiak@outlook.com>
set folder = "/home/mikec/.local/share/mail/mikecchalupiak@outlook.com"
set header_cache = /home/mikec/.cache/mutt-wizard/mikecchalupiak@outlook.com/headers
set message_cachedir = /home/mikec/.cache/mutt-wizard/mikecchalupiak@outlook.com/bodies
set mbox_type = Maildir
set hostname = "outlook.com"
source /usr/share/mutt-wizard/switch.muttrc
set spoolfile = +INBOX
set postponed = +Drafts
set trash = +Trash
set record = +Sent
macro index o "<shell-escape>mw -y mikecchalupiak@outlook.com<enter>" "run mbsync to sync mikecchalupiak@outlook.com"
macro index \eg "<enter-command>unset wait_key<enter><shell-escape>gpg --list-secret-keys; printf 'Enter email ID of user to publish: '; read eID; printf 'Enter fingerprint of GPG key to publish: '; read eFGPT; /usr/libexec/gpg-wks-client --create \$eFGPT \$eID | msmtp --read-envelope-from --read-recipients -a mikecchalupiak@outlook.com<enter>" "publish GPG key to WKS provider"
macro index \eh "<pipe-message>/usr/libexec/gpg-wks-client --receive | msmtp --read-envelope-from --read-recipients -a mikecchalupiak@outlook.com<enter>" "confirm GPG publication"
mailboxes "=INBOX" "=Drafts" "=Junk" "=Trash" "=Sent" "=Archive"

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,6 @@
# vim: filetype=neomuttrc
source /usr/share/mutt-wizard/mutt-wizard.muttrc
source /home/mikec/.config/mutt/accounts/mikecchalupiak@outlook.com.muttrc
macro index,pager i1 '<sync-mailbox><enter-command>source /home/mikec/.config/mutt/accounts/mikecchalupiak@outlook.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to mikecchalupiak@outlook.com"
macro index,pager i2 '<sync-mailbox><enter-command>source /home/mikec/.config/mutt/accounts/chalupmc@rose-hulman.edu.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to chalupmc@rose-hulman.edu"
macro index,pager i3 '<sync-mailbox><enter-command>source /home/mikec/.config/mutt/accounts/mikec@mchalupiak.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to mikec@mchalupiak.com"