Remove taps from Brewfile

- homebrew/core and homebrew/cask taps are built-in and, as of Homebrew
  4.2.0, results in an error when tapped.
- homebrew/bundle and homebrew/services are automatically installed when
  first run and don't need to be specified in the Brewfile.
This commit is contained in:
Chris Gibson 2024-03-23 20:55:52 -05:00
parent 68b20b6513
commit 457dcc9f4e

@ -1,9 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
tap "homebrew/core"
tap "homebrew/bundle"
tap "homebrew/services"
tap "homebrew/cask"
brew "ffmpeg" brew "ffmpeg"
brew "memcached" brew "memcached"
brew "mysql" brew "mysql"