Skip to content

Instantly share code, notes, and snippets.

@hawkup
Last active May 27, 2016 02:02
Show Gist options
  • Save hawkup/89aefcea28ac58e78b32 to your computer and use it in GitHub Desktop.
Save hawkup/89aefcea28ac58e78b32 to your computer and use it in GitHub Desktop.

Revisions

  1. hawkup revised this gist Jun 21, 2015. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions Install font for oh my git On ubuntu 14.04.md
    Original 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
    ```
  2. hawkup created this gist Jun 21, 2015.
    18 changes: 18 additions & 0 deletions Install font for oh my git On ubuntu 14.04.md
    Original 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`
    ```