The `brew install` parameter `--no-quarantine`
Tired of seeing the Mac Security warning dialog box each time after you installed some Awesome.app using brew? There is a (semi-)hidden parameter to fix that - --no-quarantine, e.g.:
brew install --no-quarantine awesome-app
Note:
- This works for
brew cask installas well. - It applies to those brew formulae that install
Some.app (App)Artifacts (check withbrew info your-formulae)