From 7695a4ae440ea6658041e41691854ad71d44bd15 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 5 May 2023 16:58:00 +0300 Subject: remove gitconfig, gitignore and stow-local-ignore --- .gitconfig | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .gitconfig (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index 604922f..0000000 --- a/.gitconfig +++ /dev/null @@ -1,18 +0,0 @@ -[user] - email = public@thanosapollo.com - name = Thanos Apollo - signingkey = 5F6B32E27F433AA9E42A530A0A50703D1CE7AE29 -[commit] - gpgsign = true -[format] - subjectPrefix = PATCH -[sendemail] - from = Thanos Apollo - smtpserver = smtp.fastmail.com - smtpuser = public@thanosapollo.com - smtpencryption = ssl - smtpserverport = 465 - annotate = yes - -[credential "smtp://smtp.fastmail.com:465"] - helper = "!f() { echo username=public@thanosapollo.com; echo \"password=$(pass show fastmail.com/thanosapollo.com | sed -n '3p')\"; }; f" \ No newline at end of file -- cgit v1.2.3