feat: Specifies signing key in git config, updates tmux-sessionator email option to also open iCloud email.

This commit is contained in:
2025-11-07 09:47:01 -05:00
parent a03617608d
commit 05cb700cb1
2 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
[user]
name = Michael Housh
email = michael@mhoush.com
signingkey = 0x90D3EB6274D5B7CF
[commit]
gpgsign = true

View File

@@ -55,7 +55,9 @@ function create_session() {
function create_email_session() {
tmux new-session -ds email -n work neomutt
tmux new-window -t email -d -n personal neomutt
tmux new-window -t email -d -n iCloud neomutt
tmux send-keys -t email.1 'i2'
tmux send-keys -t email.3 'i3'
}
############################## MAIN ##############################