From a6f19a968881acbbeca1ac4ee7e231b84e8b389d Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 10 Oct 2018 16:54:13 -0500 Subject: [PATCH] Remove git config message My dotfiles now include that configuration anyway --- replicate.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/replicate.sh b/replicate.sh index 4fbef81..fc6f71d 100755 --- a/replicate.sh +++ b/replicate.sh @@ -64,8 +64,5 @@ git --git-dir="$gitdir" --work-tree="$homedir" config status.showUntrackedFiles # Print some post-install instructions log "Dotfiles set up successfully" -log "Be sure and configure the following before issuing any commits:" -log " git config --global user.email" -log " git config --global user.name" log "You may now delete the script" exit 0