diff options
-rw-r--r-- | .gitconfig | 18 | ||||
-rwxr-xr-x | .gitignore | 15 | ||||
-rwxr-xr-x | .stow-local-ignore | 13 |
3 files changed, 0 insertions, 46 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 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 |