Homebrew (https://brew.sh/) is the missing macOS package manager.
- To re-install apps listed in your Brewfile
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
curl -O https://raw.githubusercontent.com/dazdaz/homebrew/main/Brewfile
brew bundle
- Some additional config for mermaid-cli
npx puppeteer browsers install chrome-headless-shell
brew install mermaid-cli
echo '{"executablePath": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"}' > ~/.puppeteer-config.json