git config
This commit is contained in:
6
setup.sh
6
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
|
||||
|
||||
Reference in New Issue
Block a user