diff options
author | Mathias Bynens <mathias@qiwi.be> | 2015-01-17 10:26:36 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2015-01-24 07:47:18 +0100 |
commit | 67be835d1b52f98dc7e301cb49b07a7afa4c26b4 (patch) | |
tree | 2c86db9fae52b94007cfeb90a902938dde3942c5 | |
parent | 4de6b727cc4f80eff88ec5af35e721cdf95724fe (diff) | |
download | dotfiles-67be835d1b52f98dc7e301cb49b07a7afa4c26b4.tar.gz dotfiles-67be835d1b52f98dc7e301cb49b07a7afa4c26b4.tar.bz2 dotfiles-67be835d1b52f98dc7e301cb49b07a7afa4c26b4.zip |
brew.sh: Install font tools
Thanks to @bramstein for creating these formulae!
https://twitter.com/bram_stein/status/556357864038883328
-rwxr-xr-x | brew.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -47,6 +47,12 @@ brew install homebrew/dupes/openssh brew install homebrew/dupes/screen brew install homebrew/php/php55 --with-gmp +# Install font tools. +brew tap bramstein/webfonttools +brew install sfnt2woff +brew install sfnt2woff-zopfli +brew install woff2 + # Install some CTF tools; see https://github.com/ctfs/write-ups. brew install bfg brew install binutils |