- Install the pre-requisites:
- Composer
- BitBar PHP
composer global require steveedson/bitbar-php
- Acquia CLI
curl -OL https://github.com/acquia/cli/releases/latest/download/acli.phar chmod +x acli.phar mv acli.phar /usr/local/bin/acli
- Authenticate with Acquia CLI:
acli login
- Install xbar from https://xbarapp.com/.
- Download this Gist and copy the contents into your
~/Library/Application Support/xbar
directory.mkdir -p ~/Library/Application\ Support/xbar/plugins curl -L https://gist.github.com/grasmash/e1ae07b93dd3390b90a19c2cf122c028/archive/38956395282efe3a2a94c083b91bd057b3105e01.zip > acquia-xbar.zip unzip -j acquia-xbar.zip -d ~/Library/Application\ Support/xbar/plugins
- Enable the plugins via the xBar UI.
That's it!