This repository contains a script to install the Homebrew package manager and the cloudflared package in appdev-projects codespaces.
More specifically, the script:
- Installs brew.
- Adds Homebrew to your bash configuration file to ensure all future terminals you open can find the
brewcommand. - Installs the
cloudflaredpackage with Homebrew.
This script makes assumption about the machine it's being run on so we only guarentee that it runs successfully on GitHub Codespaces.