Created
December 20, 2018 08:37
-
-
Save mistzzt/8b570985d0a57fb4e42c0f747114e66e 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
#!/bin/bash | |
set -e | |
# Install cab-extracting utility | |
brew install cabextract | |
mkdir /tmp/consolas/ | |
cd /tmp/consolas | |
curl -LO https://sourceforge.net/projects/mscorefonts2/files/cabs/PowerPointViewer.exe | |
cabextract PowerPointViewer.exe && cabextract ppviewer.cab | |
open CONSOLA*.TTF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment