Homebrew has an option which bypasses Gatekeeper when installing apps:
brew install --cask app --no-quarantine
export HOMEBREW_CASK_OPTS="--no-quarantine"
alias unq="xattr -dr com.apple.quarantine"
Homebrew has an option which bypasses Gatekeeper when installing apps:
And apparently you can have this on by default: And I have this alias for everything else: