Skip to content

Instantly share code, notes, and snippets.

@janpio
Last active December 11, 2017 21:30
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 janpio/554c6234d33dd2890c8ed2fb35a5296d to your computer and use it in GitHub Desktop.
Save janpio/554c6234d33dd2890c8ed2fb35a5296d to your computer and use it in GitHub Desktop.
# Documentation:
#
# `brew bundle` to install/update everything
# `mas outdated`+ `mas upgrade` to also upgrade App Store apps
# Internal
tap "homebrew/core"
tap "homebrew/bundle"
tap "caskroom/cask"
brew "mas"
# Config
cask_args appdir: "/Applications"
# Basics
cask "google-chrome"
# Programming
mas "Xcode", id: 497799835
cask "visual-studio-code"
cask "sourcetree"
cask "android-studio"
mas "TextWrangler", id: 404010395
# CLI Tools
brew "dockutil"
cask "fastlane"
brew "rbenv"
# Special cases that will fail first!
cask "genymotion" # have to go to System Preferences - Security & Privacy first and allow installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment