Skip to content

Instantly share code, notes, and snippets.

@ice-blaze
Last active September 24, 2018 17:54
Show Gist options
  • Save ice-blaze/01fad97dbc312a6a7000eef5ad0f7b5c to your computer and use it in GitHub Desktop.
Save ice-blaze/01fad97dbc312a6a7000eef5ad0f7b5c to your computer and use it in GitHub Desktop.

Revisions

  1. ice-blaze renamed this gist Sep 24, 2018. 1 changed file with 0 additions and 0 deletions.
  2. ice-blaze revised this gist May 20, 2018. No changes.
  3. ice-blaze created this gist May 20, 2018.
    11 changes: 11 additions & 0 deletions install source code pro font (spacemacs)
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    #!/bin/bash
    set -euo pipefail
    I1FS=$'\n\t'
    mkdir -p /tmp/adodefont
    cd /tmp/adodefont
    wget -q --show-progress -O source-code-pro.zip https://github.com/adobe-fonts/source-code-pro/archive/2.030R-ro/1.050R-it.zip
    unzip -q source-code-pro.zip -d source-code-pro
    mkdir -p ~/.fonts
    cp -v source-code-pro/*/OTF/*.otf ~/.fonts/
    fc-cache -f
    rm -rf source-code-pro{,.zip}