Issue
The Brewfile does not currently include Herd and Figma, which should be installed as part of the standard Homebrew bundle installation for completeness.
Current Behavior
Running brew bundle install does not install:
- Herdr - the runtime your coding agents live on
- Figma - Design and prototyping tool
Users must manually install these tools after running the setup script.
Expected Behavior
Both Herdr and Figma should be included in the Brewfile so they are automatically installed as part of the standard dotfiles setup process.
Suggested Solution
Add the following to the Brewfile:
herdr (cask) - terminal tool
figma (cask) - Design tool
Documentation: Update README to include Herd and Figma in the list of automatically installed tools/applications.
Issue
The Brewfile does not currently include Herd and Figma, which should be installed as part of the standard Homebrew bundle installation for completeness.
Current Behavior
Running
brew bundle installdoes not install:Users must manually install these tools after running the setup script.
Expected Behavior
Both Herdr and Figma should be included in the Brewfile so they are automatically installed as part of the standard dotfiles setup process.
Suggested Solution
Add the following to the Brewfile:
herdr(cask) - terminal toolfigma(cask) - Design toolDocumentation: Update README to include Herd and Figma in the list of automatically installed tools/applications.