Skip to content

Package Manager

For our package management in our development environment, we use Homebrew.

Setting up Homebrew

  1. Install Homebrew (if not already installed): Open Terminal and run the following command:

    bash
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

    This command will download and install Homebrew on your system.

  2. Update Homebrew: Before installing any packages, it's a good idea to update Homebrew to the latest version. Run the following command to do so:

    bash
    brew update

Did you know that our tech lead also home brews his own beers? 😋🍺