Created
March 16, 2021 15:26
-
-
Save DaneWeber/213e915598cedab3be61ff6e3b1a1ae7 to your computer and use it in GitHub Desktop.
Sample Brewfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/core" | |
cask "docker" | |
cask "iterm2" | |
cask "visual-studio-code" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment