Update 000.install-homebrew.sh

This commit is contained in:
Jeffrey Paul 2019-11-28 09:28:55 -08:00 committed by GitHub
parent b7f49d9c0f
commit 4b6f5281cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
#!/bin/bash
############################################# install homebrew under homedir
# reminder: homebrew is *spyware*. using it in the default configuration is
# *unsafe*. other scripts elsewhere set HOMEBREW_NO_ANALYTICS to disable
# its spying; do not use this file in isolation.
if [[ ! -d ~/Library/Homebrew ]]; then
mkdir -p ~/Library/Homebrew
cd ~/Library/Homebrew