Currently am using `apt`, but would be nice to rely on a single Brewfile for all dependencies. There are reports that homebrew/linux is slow due to a lengthy repo checkout of all recipes. This can be alleviated with `export HOMEBREW_INSTALL_FROM_API=1` which will install from the [JSON api](https://formulae.brew.sh/api/formula.json) instead: https://github.com/Homebrew/install/blob/master/install.sh#L764-L768 Another option is this cool action to build a nightly homebrew cache https://github.com/claytono/dotfiles/blob/main/.github/workflows/linuxbrew-cache.yaml
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by theinterned and has received 0 comments.