Closed pOH7 closed 5 months ago
like >= sonoma, and is arm64
the example Brewfile in README does not show such function, does homebrew-bundle support it?
Just use Ruby and Homebrew functions for this e.g. if Hardware::CPU.arm? or MacOS.version >= :sonoma
if Hardware::CPU.arm?
MacOS.version >= :sonoma
like >= sonoma, and is arm64
the example Brewfile in README does not show such function, does homebrew-bundle support it?