install: make git user name green

This commit is contained in:
Fernando Schauenburg 2023-02-26 17:27:48 +01:00
parent 53eca95973
commit 3cecc0998d

View file

@ -44,7 +44,7 @@ greeting() {
info "Deploying dotfiles:" info "Deploying dotfiles:"
info " Source: $cyan$DOTFILES$rst" info " Source: $cyan$DOTFILES$rst"
info " Target: $cyan$TARGET$rst" info " Target: $cyan$TARGET$rst"
info " Git user: $yellow$GIT_USER <$GIT_EMAIL>$rst" info " Git user: $green$GIT_USER <$GIT_EMAIL>$rst"
if [ -t 0 -a -t 1 ]; then if [ -t 0 -a -t 1 ]; then
info info