Skip to content

Instantly share code, notes, and snippets.

@rodrigopinto
Last active October 26, 2018 12:32
Show Gist options
  • Save rodrigopinto/e4c270d2520c0974f74735efe8af0fdf to your computer and use it in GitHub Desktop.
Save rodrigopinto/e4c270d2520c0974f74735efe8af0fdf to your computer and use it in GitHub Desktop.
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "luckyframework/lucky"
tap "phrase/brewed"
tap "shopify/shopify"
tap "thoughtbot/formulae"
tap "universal-ctags/universal-ctags"
cask "xquartz"
brew "ack"
brew "cmake"
brew "coreutils"
brew "openssl"
brew "libyaml"
brew "crystal"
brew "exercism"
brew "git"
brew "go"
brew "hub"
brew "hugo"
brew "imagemagick"
brew "maven"
brew "mongodb", restart_service: true
brew "mysql", restart_service: true
brew "percona-toolkit"
brew "redis", restart_service: true
brew "vim"
brew "watchman"
brew "yarn"
brew "zsh"
brew "heroku/brew/heroku"
brew "luckyframework/lucky/lucky"
brew "phrase/brewed/phraseapp"
brew "universal-ctags/universal-ctags/universal-ctags", args: ["HEAD"]
cask "alfred"
cask "dropbox"
cask "flux"
cask "gitter"
cask "google-chrome"
cask "iterm2"
cask "kap"
cask "keepassxc"
cask "kindle"
cask "macdown"
cask "postgres"
cask "rowanj-gitx"
cask "sequel-pro"
cask "skype"
cask "slack"
cask "spotify"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment