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 ------------------ .gitignore | 15 --------------- .stow-local-ignore | 13 ------------- 3 files changed, 46 deletions(-) delete mode 100644 .gitconfig delete mode 100755 .gitignore delete mode 100755 .stow-local-ignore 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 diff --git a/.gitignore b/.gitignore deleted file mode 100755 index 7c055be..0000000 --- a/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ - -*.elc -tramp - -/elpa -elpa/ -.cask - -*~ -\#*\# - -secret* -custom* - -.mbsyncrc \ No newline at end of file diff --git a/.stow-local-ignore b/.stow-local-ignore deleted file mode 100755 index d523fc2..0000000 --- a/.stow-local-ignore +++ /dev/null @@ -1,13 +0,0 @@ -scripts -pkglist.txt -org -\.git -\.gitignore -misc -LICENSE -^/.*\.org -^/.*\.png -^/.*\.jpg -^/.*\.md -sync-dotfiles.sh -pictures -- cgit v1.2.3