1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-25 15:35:21 -04:00

Update macos.sh

This commit is contained in:
Jake Jarvis 2021-01-12 15:32:33 -05:00 committed by GitHub
parent c8c51fdfe6
commit cab1a733f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,10 @@ if test ! "$(which brew)"; then
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
# Fix some installation errors
sudo chown -R $(whoami) /usr/local/share/man/man8
chmod u+w /usr/local/share/man/man8
# Disable analytics
# https://docs.brew.sh/Analytics
brew analytics off