diff --git a/setup.sh b/setup.sh index ad46cb6..96e2656 100755 --- a/setup.sh +++ b/setup.sh @@ -5,6 +5,9 @@ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/ # We want to be in the user home directory. cd ~ +# Tap boneyard for bundle command +brew tap homebrew/boneyard + # Get Brewfiles. echo 'Downloading Brewfiles...' curl -s https://raw.githubusercontent.com/danbee/mac-setup/master/Brewfile > ~/Brewfile