Skip to content

Instantly share code, notes, and snippets.

View Blacksmith-Coder's full-sized avatar
😎

Aquila NCM 7 Blacksmith-Coder

😎
View GitHub Profile
@Blacksmith-Coder
Blacksmith-Coder / install_font_adobe_source_code_pro.sh
Created May 1, 2018 20:44 — forked from enzinier/install_font_adobe_source_code_pro.sh
Install font Adobe Source Code Pro on Ubuntu 16.04 LTS
#!/bin/sh
# Userland mode (~$USER/), (~/).
# ~/.fonts is now deprecated and that
#FONT_HOME=~/.fonts
# ~/.local/share/fonts should be used instead
FONT_HOME=~/.local/share/fonts
echo "installing fonts at $PWD to $FONT_HOME"
mkdir -p "$FONT_HOME/adobe-fonts/source-code-pro"