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.
This commit is contained in:
William Carroll 2018-04-23 15:02:13 -04:00
parent 412aee4574
commit 9ab630f8cf
14 changed files with 0 additions and 608 deletions

View file

@ -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]