Skip to content

Instantly share code, notes, and snippets.

@ishu3101
Created May 30, 2015 01:37
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 ishu3101/9590988d05138dd40665 to your computer and use it in GitHub Desktop.
Save ishu3101/9590988d05138dd40665 to your computer and use it in GitHub Desktop.
Quickly install Mac Software using Homebrew
#!/bin/sh
# install the xcode Command Line Tools
xcode-select --install
# install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# install homebrew-cask
brew tap phinze/homebrew-cask
brew install brew-cask
# browsers
brew cask install google-chrome
brew cask install firefox
brew cask install opera
brew cask install alfred
# Modify Alfred's scope to include the Homebrew Cask apps
brew cask alfred
brew cask install textexpander
brew cask install xtrafinder
brew cask install sublime-text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment