Update and rename 100.homebrew-no-spyware.sh to 100.disable-spyware.sh

This commit is contained in:
Jeffrey Paul 2019-11-18 04:38:59 -08:00 committed by GitHub
parent b331f675a7
commit e4be87da13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,14 @@
export DO_NOT_TRACK=1
# the rest
export HOMEBREW_NO_ANALYTICS=1
export GATSBY_TELEMETRY_DISABLED=1
export STNOUPGRADE=1
export DOTNET_CLI_TELEMETRY_OPTOUT=1
export SAM_CLI_TELEMETRY=0
export AZURE_CORE_COLLECT_TELEMETRY=0
if command -v gcloud >/dev/null 2>&1 >/dev/null ; then
gcloud config set disable_usage_reporting true >/dev/null 2>&1
fi

View File

@ -1 +0,0 @@
export HOMEBREW_NO_ANALYTICS=1