Skip to content

Instantly share code, notes, and snippets.

@Victa
Last active August 29, 2015 14:10
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 Victa/c4ca89cc616440c5c6d8 to your computer and use it in GitHub Desktop.
Save Victa/c4ca89cc616440c5c6d8 to your computer and use it in GitHub Desktop.
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