From a377ddbe29b285aa07f20e54d9f451dc16cf1c91 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 13 Sep 2023 10:32:32 -0700 Subject: [PATCH] brew: Untap unnecessary default taps --- brew/Brewfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/brew/Brewfile b/brew/Brewfile index e749c50..5a713a5 100644 --- a/brew/Brewfile +++ b/brew/Brewfile @@ -1,8 +1,6 @@ tap "homebrew/bundle" -tap "homebrew/cask" tap "homebrew/cask-fonts" tap "homebrew/cask-versions" -tap "homebrew/core" tap "homebrew/services" tap "yoheimuta/protolint"