Forked from piperswe/ install consolas on os x with one command
Created
March 6, 2019 18:43
-
-
Save r37r0m0d3l/cdce28fbd3c79331686bc99ac948c148 to your computer and use it in GitHub Desktop.
Install Consolas on OS X (based on avalonalex/8125197)
This file contains hidden or 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
Thanks to this Gist: https://gist.github.com/avalonalex/8125197 | |
How to use: Make sure Homebrew is installed then run `curl https://gist.githubusercontent.com/zebMcCorkle/fa4508e27f457d7b796ffd474be35d62/raw/59942466b13fe92d09b4b537cc7fcfb309c05c4a/consolas.sh | bash -` |
This file contains hidden or 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/sh | |
set -e | |
brew install cabextract | |
cd /tmp | |
curl -O http://download.microsoft.com/download/f/5/a/f5a3df76-d856-4a61-a6bd-722f52a5be26/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
@nvcken I had the same issue. Just downloaded the PowerPointViewer.exe from here, put it besides vistafonts-installer script, removed the download part from the script and run it. Worked for me.