Skip to content

Instantly share code, notes, and snippets.

@rockchalkwushock
Created March 13, 2018 15:51
Show Gist options
  • Save rockchalkwushock/ee7026176261ae93de5c9c5a247cce41 to your computer and use it in GitHub Desktop.
Save rockchalkwushock/ee7026176261ae93de5c9c5a247cce41 to your computer and use it in GitHub Desktop.
Sample Brewfile
tap "caskroom/cask"
tap "caskroom/fonts"
tap "homebrew/bundle"
tap "homebrew/core"
tap "homebrew/services"
brew "cabextract"
brew "elixir"
brew "git"
brew "mas"
brew "mongodb", restart_service: true
brew "postgresql", restart_service: true
brew "tree"
brew "watchman"
brew "yarn", args: ["without-node"]
brew "zsh"
cask "alfred"
cask "android-studio"
cask "avira-antivirus"
cask "bartender"
cask "discord"
cask "drawio"
cask "dropbox"
cask "firefox"
cask "flux"
cask "google-chrome"
cask "graphiql"
cask "istat-menus"
cask "iterm2"
cask "opera"
cask "postman"
cask "psequel"
cask "robo-3t"
cask "screenflow"
cask "sketch"
cask "skype"
cask "slack"
cask "spotifree"
cask "spotify"
cask "telegram"
cask "visual-studio-code"
mas "Keynote", id: 409183694
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Paste", id: 967805235
mas "Spark", id: 1176895641
mas "Ulysses", id: 623795237
mas "Wunderlist", id: 410628904
mas "Xcode", id: 497799835
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment