Skip to content

Instantly share code, notes, and snippets.

@N4M3Z
Last active August 29, 2015 14:16
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 N4M3Z/5a5a4ac5be8ff51bb5ae to your computer and use it in GitHub Desktop.
Save N4M3Z/5a5a4ac5be8ff51bb5ae to your computer and use it in GitHub Desktop.
Install Caskroom (OS X Homebrew)
#!/bin/bash
##
# Homebrew Cask
# @url http://caskroom.io
# @brief Homebrew Cask extends Homebrew and brings its elegance, simplicity, and speed to OS X applications and large binaries alike.
#
brew install caskroom/cask/brew-cask
# Homebrew cask settings
export HOMEBREW_CASK_OPTS="--appdir=/Applications"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment