Skip to content

Instantly share code, notes, and snippets.

@dm4r
Forked from charlesjohnson/Brewfile
Last active April 9, 2020 04:46
Show Gist options
  • Save dm4r/2f08a053778e7e4a0c430bdeeb6da558 to your computer and use it in GitHub Desktop.
Save dm4r/2f08a053778e7e4a0c430bdeeb6da558 to your computer and use it in GitHub Desktop.
Brewfile
# Taps
tap "homebrew/bundle"
tap "homebrew/cask"
#tap "homebrew/core"
# Brew CLI apps
brew "mas"
# brew "zsh"
brew "zsh-syntax-highlighting"
brew "zsh-autosuggestions"
# App casks
cask "docker"
cask "istat-menus"
cask "iterm2"
cask "firefox"
cask "google-chrome"
cask "visual-studio-code"
cask "zoomus"
# Mac App Store apps
# mas "Magnet", id: 441258766
mas "Slack", id: 803453959
# mas "Xcode", id: 497799835
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment