From 5bb4da146132b68491a0e22506cf677d8cedd745 Mon Sep 17 00:00:00 2001 From: Les Vegetables Date: Tue, 13 Mar 2018 20:11:09 +0000 Subject: [PATCH] add git name --- init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.sh b/init.sh index 6ae2e3b..2a05264 100755 --- a/init.sh +++ b/init.sh @@ -61,3 +61,6 @@ EOF export VISUAL=vim export EDITOR="$VISUAL" + +git config --global user.name "Les Vegetables" +git config --global user.email "matt@happyhousemedia.com"