Last active
August 29, 2015 14:10
-
-
Save Victa/c4ca89cc616440c5c6d8 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
mkdir -p sunrise/deps && curl -L https://github.com/Homebrew/homebrew/tarball/master | tar xz --strip 1 -C sunrise/deps | |
export PATH=~/sunrise/deps/bin:$PATH | |
brew update | |
mkdir -p sunrise/brew_cache | |
HOMEBREW_CACHE=~/sunrise/brew_cache brew install fontforge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment