Skip to content

Commit 457dcc9

Browse files
committed
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.
1 parent 68b20b6 commit 457dcc9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Brewfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# frozen_string_literal: true
22

3-
tap "homebrew/core"
4-
tap "homebrew/bundle"
5-
tap "homebrew/services"
6-
tap "homebrew/cask"
73
brew "ffmpeg"
84
brew "memcached"
95
brew "mysql"

0 commit comments

Comments
 (0)