Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 524 Bytes

NOTE.md

File metadata and controls

21 lines (15 loc) · 524 Bytes

Install Spacegray theme

Spacegray theme: open Install Packages and type Theme - Spacegray

Install Source Code Pro font

#!/bin/bash
mkdir /tmp/adodefont
cd /tmp/adodefont
wget http://downloads.sourceforge.net/project/sourcecodepro.adobe/SourceCodePro_FontsOnly-1.017.zip
unzip SourceCodePro_FontsOnly-1.017.zip
mkdir -p ~/.fonts
cp SourceCodePro_FontsOnly-1.017/OTF/*.otf ~/.fonts
fc-cache -f -v