Skip to content

Instantly share code, notes, and snippets.

@axross
Created November 15, 2020 00:28
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/d62f14251586f5b147cc0d2dfae601bc to your computer and use it in GitHub Desktop.
Save axross/d62f14251586f5b147cc0d2dfae601bc to your computer and use it in GitHub Desktop.
Brewfile 202011
tap "homebrew/cask"
tap "homebrew/cask-versions"
################
# General Use
################
tap "github/gh"
brew "fish"
brew "httpie"
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 "notion"
cask "paw"
cask "proxyman"
cask "sketch"
cask "slack"
cask "timing"
cask "tower"
cask "visual-studio-code"
cask "font-fira-code"
mas "LINE", id: 539883307
mas "Xcode", id: 497799835
################
# node
################
brew "n"
################
# 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