Last active
June 7, 2016 20:07
-
-
Save SunnyRaj/41327a9ae1fc43af0f90ef315c9fc986 to your computer and use it in GitHub Desktop.
Install consolas font on mac
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/zsh | |
brew install cabextract | |
cd ~/Downloads | |
mkdir consolas | |
cd consolas | |
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