Created
November 16, 2015 13:03
-
-
Save dpwiz/1eb395712f1b00c689dc to your computer and use it in GitHub Desktop.
Patch FiraCode back into Caret after updates.
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
cp ~/Downloads/FiraCode-Regular.ttf ~/Extensions/fljalecfjciodhpcledpamjachpmelml/*/css/ | |
cp ~/Extensions/fljalecfjciodhpcledpamjachpmelml/*/css/caret-dark.css /tmp/caret-dark.css | |
echo ' | |
@font-face { | |
font-family: FiraCode; | |
src: url(FiraCode-Regular.ttf); | |
} | |
' > ~/Extensions/fljalecfjciodhpcledpamjachpmelml/*/css/caret-dark.css | |
cat /tmp/caret-dark.css >> ~/Extensions/fljalecfjciodhpcledpamjachpmelml/*/css/caret-dark.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment