Skip to content

bryandms/menu-bar-plugins

Repository files navigation

About The Project

Repository with BitBar plugins for the MacOS menu bar.

Built with:

Available plugins:

Airtable Open Issues Bitbucket Open PRs

How To Install

1. Installing BitBar

There are two ways to install BitBar on your Mac:

2. Installing Node

  • Install Node by following the instructions here.
  • Make sure your node exec resides in usr/local/bin/node, else you will have to update the path in the script.

3. Setup plugin

  • Open Bitbar it will ask you to (create and) select a plugins folder, do so.
  • Clone the repository on your local machine in the same plugins folder which you created while installing BitBar: git clone https://github.com/bryandms/menu-bar-plugins.git
  • Duplicate the .env-example file and rename it to .env and change the environment variables: cp .env.example .env
  • Move the plugin.1h.js file to plugins folder: mv menu-bar-plugins/plugin.1h.js .
  • Grant execute permissions to the plugin.1h.js file: chmod +x plugin.1h.js
  • Refresh Bitbar.

License

See license