diff options
author | Thanos Apollo <[email protected]> | 2023-05-05 16:58:00 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-05 16:58:00 +0300 |
commit | 7695a4ae440ea6658041e41691854ad71d44bd15 (patch) | |
tree | 262830e86a41f0e2d0ecf6e79f87ddecc3b0f0f6 /.gitconfig | |
parent | eadcfb90cf7f42f54dfa53b69aca6f424fb3ceb3 (diff) |
remove gitconfig, gitignore and stow-local-ignore
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index 604922f..0000000 --- a/.gitconfig +++ /dev/null @@ -1,18 +0,0 @@ -[user] - email = [email protected] - name = Thanos Apollo - signingkey = 5F6B32E27F433AA9E42A530A0A50703D1CE7AE29 -[commit] - gpgsign = true -[format] - subjectPrefix = PATCH -[sendemail] - from = Thanos Apollo <[email protected]> - smtpserver = smtp.fastmail.com - smtpuser = [email protected] - smtpencryption = ssl - smtpserverport = 465 - annotate = yes - -[credential "smtp://smtp.fastmail.com:465"] - helper = "!f() { echo [email protected]; echo \"password=$(pass show fastmail.com/thanosapollo.com | sed -n '3p')\"; }; f"
\ No newline at end of file |