Skip to content

Instantly share code, notes, and snippets.

@alexdlaird
Last active December 13, 2017 19:09
Show Gist options
  • Save alexdlaird/52d10fdf3981c5d8029dafca89f55f8b to your computer and use it in GitHub Desktop.
Save alexdlaird/52d10fdf3981c5d8029dafca89f55f8b to your computer and use it in GitHub Desktop.
#!/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