Remove git config message

My dotfiles now include that configuration anyway
This commit is contained in:
Salt 2018-10-10 16:54:13 -05:00
parent ff5e977e5f
commit a6f19a9688

View File

@ -64,8 +64,5 @@ git --git-dir="$gitdir" --work-tree="$homedir" config status.showUntrackedFiles
# Print some post-install instructions # Print some post-install instructions
log "Dotfiles set up successfully" 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" log "You may now delete the script"
exit 0 exit 0