Last active
October 12, 2022 08:27
-
Star
(182)
You must be signed in to star a gist -
Fork
(32)
You must be signed in to fork a gist
-
-
Save avalonalex/8125197 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
# Thanks to this post: | |
# http://blog.ikato.com/post/15675823000/how-to-install-consolas-font-on-mac-os-x | |
$ 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 |
$ curl -LO https://sourceforge.net/projects/mscorefonts2/files/cabs/PowerPointViewer.exe
Thank you very much! That worked!
$ curl -LO https://sourceforge.net/projects/mscorefonts2/files/cabs/PowerPointViewer.exe
This worked for me! Thank you!
$ curl -LO https://sourceforge.net/projects/mscorefonts2/files/cabs/PowerPointViewer.exe
That's amazing!
$ curl -LO https://sourceforge.net/projects/mscorefonts2/files/cabs/PowerPointViewer.exe
This worked! Awesome!
curl -LO https://sourceforge.net/projects/mscorefonts2/files/cabs/PowerPointViewer.exe
Thank you! This worked!
thank you
curl -LO https://sourceforge.net/projects/mscorefonts2/files/cabs/PowerPointViewer.exe
this works for me
Thanks heaps!!
Thank you!
awesome
$ curl -LO https://sourceforge.net/projects/mscorefonts2/files/cabs/PowerPointViewer.exe
thanks
I'd rather download ver 5.22 consolas by searching "consola 5.22" because it's easy than install/uninstall cabextract and remove other residue.
Thank you!
Fantastic ! Thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Really helpful.