1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-06-27 06:35:39 -04:00

Update macos.sh

This commit is contained in:
2021-01-12 15:32:33 -05:00
committed by GitHub
parent c8c51fdfe6
commit cab1a733f8

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