Skip to content

Instantly share code, notes, and snippets.

@pdjota
Last active February 19, 2019 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdjota/56ac7b98488c8088e0ecb186b6b0bfc9 to your computer and use it in GitHub Desktop.
Save pdjota/56ac7b98488c8088e0ecb186b6b0bfc9 to your computer and use it in GitHub Desktop.
Development Setup

Brewfile is generate with:

$ brew bundle dump

To reinstall it do

$ brew bundle

More Docs in HomeBrew

tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "nvie/tap"
tap "puppetlabs/puppet"
brew "amazon-ecs-cli"
brew "autoconf"
brew "automake"
brew "readline", link: true
brew "python"
brew "awscli"
brew "bash"
brew "bash-completion"
brew "coreutils"
brew "dnsmasq"
brew "docker"
brew "libyaml"
brew "docker-compose", link: false
brew "findutils"
brew "fish"
brew "gcc@5"
brew "git"
brew "git-lfs"
brew "gnu-tar"
brew "libksba"
brew "gnupg"
brew "libtool"
brew "graphviz"
brew "httpie"
brew "hub"
brew "icu4c"
brew "imageoptim-cli"
brew "jq"
brew "moreutils"
brew "mysql-client"
brew "mysql@5.7"
brew "neovim"
brew "nvm"
brew "openssl@1.1"
brew "p7zip"
brew "pinentry-mac"
brew "pipenv"
brew "pkg-config"
brew "postgresql"
brew "postgresql@9.4", restart_service: true
brew "rabbitmq"
brew "redis"
brew "ruby"
brew "ruby-build"
brew "terraform"
brew "the_silver_searcher"
brew "tmux"
brew "yarn"
brew "heroku/brew/heroku"
brew "nvie/tap/git-toolbelt"
cask "docker"
cask "flux"
cask "flycut"
cask "imageoptim"
cask "java"
cask "keybase"
cask "kitematic"
cask "mysqlworkbench"
cask "ngrok"
cask "pgadmin4"
cask "postico"
cask "postman"
cask "skype"
cask "slack"
cask "spectacle"
cask "visual-studio-code"
cask "zoomus"
cask "puppetlabs/puppet/pdk"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment