Last active
December 11, 2017 21:30
-
-
Save janpio/554c6234d33dd2890c8ed2fb35a5296d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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