1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-10-28 21:05:46 -04:00

change git aliases from master to main

This commit is contained in:
2020-06-29 11:49:29 -04:00
parent 675fc5742a
commit 568788b675
4 changed files with 40 additions and 27 deletions

View File

@@ -15,6 +15,10 @@ if test ! "$(which brew)"; then
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
# Disable analytics
# https://docs.brew.sh/Analytics
brew analytics off
# Update Homebrew recipes
brew update