Skip to content

Instantly share code, notes, and snippets.

@mistzzt
Created December 20, 2018 08:37
Show Gist options
  • Save mistzzt/8b570985d0a57fb4e42c0f747114e66e to your computer and use it in GitHub Desktop.
Save mistzzt/8b570985d0a57fb4e42c0f747114e66e to your computer and use it in GitHub Desktop.
#!/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