Last active
May 27, 2016 02:02
-
-
Save hawkup/89aefcea28ac58e78b32 to your computer and use it in GitHub Desktop.
Revisions
-
hawkup revised this gist
Jun 21, 2015 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -15,4 +15,7 @@ sudo fc-cache -f -v # and then update font in terminal by select # Edit -> Profile Preferences -> General Tab -> not checked `Use the system fixed width font` -> selected `SourceCodePro+Powerline+Awesome Regular` # install oh my git git clone https://github.com/arialdomartini/oh-my-git.git ~/.oh-my-git && echo source ~/.oh-my-git/prompt.sh >> ~/.bashrc ``` -
hawkup created this gist
Jun 21, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ ``` # Copy the awesome fonts to ~/.fonts cd /tmp git clone http://github.com/gabrielelana/awesome-terminal-fonts cd awesome-terminal-fonts git checkout patching-strategy mkdir -p ~/.fonts cp patched/*.ttf ~/.fonts # update the font-info cache sudo fc-cache -fv ~/.fonts # if above command cannot update font run this sudo fc-cache -f -v # and then update font in terminal by select # Edit -> Profile Preferences -> General Tab -> not checked `Use the system fixed width font` -> selected `SourceCodePro+Powerline+Awesome Regular` ```