Last active
August 29, 2015 14:16
-
-
Save N4M3Z/5a5a4ac5be8ff51bb5ae to your computer and use it in GitHub Desktop.
Install Caskroom (OS X Homebrew)
This file contains hidden or 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
#!/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