Skip to content

Commit

Permalink
Dump new installs
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoholiveira committed Aug 5, 2021
1 parent cef0121 commit eb526bc
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ brew "ansible"
brew "asciinema"
brew "awscli"
brew "bat"
brew "black"
brew "clang-format"
brew "composer"
brew "coreutils"
brew "docker"
brew "docker-compose"
brew "docker", link: false
brew "docker-compose", link: false
brew "fzf"
brew "gist"
brew "git"
Expand All @@ -26,6 +28,8 @@ brew "go"
brew "openjdk"
brew "gradle"
brew "graphviz"
brew "protobuf"
brew "grpc"
brew "highlight"
brew "httpie"
brew "hub"
Expand All @@ -34,10 +38,15 @@ brew "jq"
brew "node"
brew "jupyterlab"
brew "maven"
brew "mysql"
brew "node@10"
brew "node@14"
brew "php"
brew "pinentry-mac"
brew "plantuml"
brew "protobuf"
brew "poetry"
brew "protoc-gen-go"
brew "protoc-gen-go-grpc"
brew "pyenv"
brew "pyenv-virtualenv"
brew "ripgrep"
Expand All @@ -59,22 +68,22 @@ brew "dart-lang/dart/dart"
brew "golangci/tap/golangci-lint"
brew "vektra/tap/mockery"
cask "1password"
cask "adobe-acrobat-reader"
cask "adoptopenjdk"
cask "adoptopenjdk8"
cask "android-platform-tools"
cask "caffeine"
cask "discord"
cask "docker"
cask "firefox"
cask "gnucash"
cask "google-chrome"
cask "grammarly"
cask "inkscape"
cask "intellij-idea-ce"
cask "iterm2"
cask "java"
cask "macdown"
cask "mactex"
cask "mendeley"
cask "mysqlworkbench"
cask "pencil"
cask "postman"
Expand All @@ -85,8 +94,11 @@ cask "spotify"
cask "sublime-text"
cask "telegram"
cask "the-unarchiver"
cask "transmission"
cask "vagrant"
cask "virtualbox"
cask "visual-studio-code"
cask "vlc"
cask "whatsapp"
cask "xmind"
cask "zotero"

0 comments on commit eb526bc

Please sign in to comment.