From f1976af0217cfc15de9470cf3d97ee3e15c513b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kr=C3=B6ll?= Date: Mon, 2 May 2022 09:28:39 +0200 Subject: [PATCH] mac: Fix chromium install & remove some --- macos/Brewfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macos/Brewfile b/macos/Brewfile index 1a32254..7ff4dcf 100644 --- a/macos/Brewfile +++ b/macos/Brewfile @@ -53,8 +53,8 @@ cask 'around' cask 'discord' cask 'docker' cask 'caffeine' -cask 'cleanshot' -cask 'chromium' +# cask 'cleanshot' +cask 'chromium', args: { no_quarantine: true } cask 'element' cask 'figma' cask 'firefox' @@ -71,7 +71,7 @@ cask 'phpmon' cask 'rectangle' cask 'ray' cask 'signal' -cask 'tableplus' +# cask 'tableplus' cask 'dbeaver-community' cask 'telegram-desktop' cask 'the-unarchiver'