Skip to content

Instantly share code, notes, and snippets.

@cesidio
Created November 20, 2020 15:42
Show Gist options
  • Save cesidio/c04a3f0736b0231445920196eea442d4 to your computer and use it in GitHub Desktop.
Save cesidio/c04a3f0736b0231445920196eea442d4 to your computer and use it in GitHub Desktop.
tap "cloudfoundry/tap"
tap "elastic/tap"
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "nektos/tap"
tap "thoughtbot/formulae"
tap "universal-ctags/universal-ctags"
brew "autoconf"
brew "automake"
brew "coreutils"
brew "libtool"
brew "libyaml"
brew "openssl@1.1"
brew "readline"
brew "unixodbc"
brew "asdf"
brew "python@3.8"
brew "curl"
brew "direnv"
brew "docutils"
brew "geos"
brew "libxml2"
brew "libpq"
brew "numpy"
brew "poppler"
brew "gdal"
brew "git"
brew "git-secrets"
brew "gnutls"
brew "gnupg", link: false
brew "hub"
brew "imagemagick"
brew "libxslt"
brew "ox"
brew "p7zip"
brew "pass"
brew "pass-otp"
brew "postgresql", restart_service: true
brew "postgis"
brew "postgresql@11"
brew "postgresql@12"
brew "reattach-to-user-namespace"
brew "redis", restart_service: true
brew "ruby"
brew "sonar-scanner"
brew "sonarqube"
brew "terraform", link: false
brew "tfenv"
brew "the_silver_searcher"
brew "tmux"
brew "unzip"
brew "vim"
brew "watchman"
brew "yarn"
brew "zsh"
brew "cloudfoundry/tap/cf-cli@7"
brew "elastic/tap/elasticsearch-full"
brew "heroku/brew/heroku"
brew "nektos/tap/act"
brew "thoughtbot/formulae/parity"
brew "thoughtbot/formulae/rcm"
brew "universal-ctags/universal-ctags/universal-ctags", args: ["HEAD"]
cask "adoptopenjdk8"
cask "chromedriver"
cask "gpg-suite"
cask "phantomjs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment