mirror of
https://github.com/danbee/mac-setup
synced 2025-03-04 08:39:10 +00:00
Tap boneyard.
This commit is contained in:
parent
ce2ae5f239
commit
92a553debf
3
setup.sh
3
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user