diff --git a/setup.sh b/setup.sh index b45388e..1ea28f6 100644 --- a/setup.sh +++ b/setup.sh @@ -16,6 +16,12 @@ check_tailscale_installed() { fi } +# Git Config +git config --global user.name "stevekeyharvey" +git config --global user.email "stevekeyharvey@gmail.com" +git config --global credential.helper store + + if check_docker_installed; then echo "Docker is already installed. moving onto container start up." else