Skip to content

Instantly share code, notes, and snippets.

@flannerykj
Created November 26, 2018 20:53
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 flannerykj/72d0d177d2b234ed2810f9c372bb8639 to your computer and use it in GitHub Desktop.
Save flannerykj/72d0d177d2b234ed2810f9c372bb8639 to your computer and use it in GitHub Desktop.
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
cask "xquartz"
brew "appledoc"
brew "carthage"
brew "fzf"
brew "git"
brew "node", link: false
brew "grunt-cli"
brew "imagemagick", args: ["with-x11"]
brew "mysql"
brew "pdftk"
brew "pipenv"
brew "postgresql"
brew "reattach-to-user-namespace"
brew "ssh-copy-id"
brew "swiftlint"
brew "the_silver_searcher"
brew "vim", args: ["with-override-system-vi"]
brew "vim@7.4"
brew "yarn", args: ["without-node"]
cask "android-platform-tools"
cask "android-sdk"
cask "iterm2"
cask "react-native-debugger"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment