From fbc39bd6337567b822fec8f5821326494a9520b8 Mon Sep 17 00:00:00 2001 From: Fionn Masuhr Date: Wed, 11 Oct 2023 14:28:39 +0200 Subject: [PATCH] Installing from the API is now the default behaviour You can save space and time by running: brew untap homebrew/core brew untap homebrew/cask --- Brewfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Brewfile b/Brewfile index e542948..67f6984 100644 --- a/Brewfile +++ b/Brewfile @@ -1,4 +1,3 @@ -tap 'homebrew/core' tap 'homebrew/bundle' brew 'autoconf' # required by rbenv and ruby-build brew 'awscli' @@ -18,7 +17,6 @@ brew 'wget' tap 'hashicorp/tap' brew 'hashicorp/tap/terraform', link: true -tap 'homebrew/cask' cask 'battle-net' cask 'dash' cask 'discord'