Last active
December 13, 2017 19:09
-
-
Save alexdlaird/52d10fdf3981c5d8029dafca89f55f8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Install Homebrew | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# Install Homebase CLI | |
mkdir -p /usr/local/opt | |
git clone https://bitbucket.sparkcentral.ninja/scm/int/homebase-cli.git /usr/local/opt/homebase-cli | |
ln -s /usr/local/opt/homebase-cli/bin/homebase-cli /usr/local/bin/homebase-cli | |
/usr/local/opt/homebase-cli/scripts/install.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment