about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-04-23T19·02-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-04-23T19·03-0400
commit9ab630f8cfd2dfc9c1a6796d040b5a5132a75f70 (patch)
tree52b92c9c45860008647af2d9314f496bf519f87c /configs
parent412aee45742b6392bd719aea8f444e4a8f613f96 (diff)
Drop support for project USBify
The original idea was to have all of my configuration available on a
USB drive that would bootstrap itself when connected to a Mac. While
this is pretty cool from a Hollywood, hacker-porn standpoint, it is less
desirable to me due to its dependencies. Docker may be the better path
forward.
Diffstat (limited to 'configs')
-rw-r--r--configs/shared/.gitconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/shared/.gitconfig b/configs/shared/.gitconfig
index ffe42ef9b793..d75fcb1ae582 100644
--- a/configs/shared/.gitconfig
+++ b/configs/shared/.gitconfig
@@ -1,7 +1,6 @@
 [user]
 	name = William Carroll
 	email = wpcarro@gmail.com
-	signingkey = C7A53CC58D3B1F8C
 [alias]
 	recent = for-each-ref --count=10 --sort=-committerdate refs/heads/ --format=\"%(refname:short)\"
 	today = ! git log --date=relative --since=00:00:00 --all --no-merges --oneline --author=\"$(git config --get user.email)\"
@@ -9,10 +8,6 @@
 	conflicts = diff --name-only --diff-filter=U
 	yday = ! git log --name-only --since=yesterday.midnight --until=today.midnight --author=\"$(git config --get user.email)\"
 	patch-grep = log -p -S
-[commit]
-	gpgsign = true
-[gpg]
-	program = gpg2
 [credential]
 	helper = osxkeychain
 [push]