aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gitconfig15
-rw-r--r--mutt/default1
2 files changed, 13 insertions, 3 deletions
diff --git a/gitconfig b/gitconfig
index 89e4ccd..fbc408b 100644
--- a/gitconfig
+++ b/gitconfig
@@ -1,8 +1,18 @@
1[user] 1[user]
2 email = typebrook@gmail.com 2 email = pham@topo.tw
3 name = Hsieh Chin Fan 3 name = Hsieh Chin Fan
4 signingkey = 6DD8C14A 4 signingkey = 6DD8C14A
5 5
6[sendemail]
7 smtpserver = mail.topo.tw
8 smtpuser = pham
9 smtpencryption = tls
10 smtpserverport = 587
11 smtpPass = `pass pham@topo.tw`
12
13[gpg]
14 program = gpg2
15
6[alias] 16[alias]
7 reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" 17 reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2"
8 stashstaged = !git stash --keep-index && \ 18 stashstaged = !git stash --keep-index && \
@@ -24,8 +34,7 @@
24 34
25[credential] 35[credential]
26 helper = store 36 helper = store
27[gpg] 37
28 program = gpg2
29[filter "lfs"] 38[filter "lfs"]
30 process = git-lfs filter-process 39 process = git-lfs filter-process
31 required = true 40 required = true
diff --git a/mutt/default b/mutt/default
index 23367a6..083eb58 100644
--- a/mutt/default
+++ b/mutt/default
@@ -66,6 +66,7 @@ macro index *a "Tall\n" "Select All"
66macro index *n "\ctall\n" "Deselect All" 66macro index *n "\ctall\n" "Deselect All"
67macro index h "\\all\n" "All messages" 67macro index h "\\all\n" "All messages"
68macro index d '<tag-prefix><delete-message>' 'Delete' 68macro index d '<tag-prefix><delete-message>' 'Delete'
69macro index s '<tag-prefix><save-message>' 'Saved'
69 70
70# Sidebar 71# Sidebar
71set mail_check = 120 72set mail_check = 120