Skip to content

Instantly share code, notes, and snippets.

@axross
Created May 13, 2021 22:41
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 axross/b3db78ae0ae73aac14d8f085fc3baa84 to your computer and use it in GitHub Desktop.
Save axross/b3db78ae0ae73aac14d8f085fc3baa84 to your computer and use it in GitHub Desktop.
My Brewfile on May 2020
tap "homebrew/cask"
tap "homebrew/cask-versions"
################
# General Use
################
tap "github/gh"
brew "fish"
brew "git"
brew "git-delta"
brew "gh"
brew "mas"
brew "openssl"
brew "trash"
cask "1password"
cask "adoptopenjdk8"
cask "alfred"
cask "anki"
cask "discord"
cask "docker"
cask "google-chrome"
cask "gifox"
cask "imageoptim"
cask "iterm2"
cask "obs"
cask "postman"
cask "proxyman"
cask "sketch"
cask "slack"
cask "timing"
cask "tower"
cask "visual-studio-code"
mas "LINE", id: 539883307
mas "Xcode", id: 497799835
################
# node
################
brew "n"
################
# deno
################
brew "deno"
################
# dart
################
tap "dart-lang/dart"
brew "dart"
################
# flutter
################
cask "android-studio"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment