diff options
author | Julian Teu <julianteule@gmail.com> | 2018-04-10 18:07:28 +0200 |
---|---|---|
committer | Julian Teu <julianteule@gmail.com> | 2018-04-10 18:07:28 +0200 |
commit | 3e00fc23117a6fbb91d5ca09602f8006c3f2365a (patch) | |
tree | 4e3f2288424a5c09e9815eff04719f620cd7b321 /Scripts/installSouceCodePro.sh | |
parent | a3443fca6351cbe9ecbbe29a32e358f7534a92a6 (diff) |
Cleanup
Diffstat (limited to 'Scripts/installSouceCodePro.sh')
-rw-r--r-- | Scripts/installSouceCodePro.sh | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Scripts/installSouceCodePro.sh b/Scripts/installSouceCodePro.sh deleted file mode 100644 index c22908f..0000000 --- a/Scripts/installSouceCodePro.sh +++ /dev/null @@ -1,23 +0,0 @@ -echo "\n* Downloading version $version of source code pro font" -rm -f SourceCodePro_FontsOnly-$version.zip -rm -rf SourceCodePro_FontsOnly-$version -wget https://github.com/downloads/adobe/source-code-pro/SourceCodePro_FontsOnly-$version.zip - -echo "\n* Unziping package" -unzip SourceCodePro_FontsOnly-$version.zip -mkdir -p ~/.fonts - -echo "\n* Copying fonts to ~/fonts" -cp SourceCodePro_FontsOnly-$version/OTF/*.otf ~/.fonts/ - -echo "\n* Updating font cache" -sudo fc-cache -f -v - -echo "\n* Looking for 'Source Code Pro' in installed fonts" -fc-list | grep "Source Code Pro" - -echo "\n* Now, you can use the 'Source Code Pro' fonts, ** for sublime text ** just add the lines bellow to 'Preferences > Settings':" -echo '\n "font_face": "Source Code Pro",' -echo ' "font_size": 10' - -echo "\n* Finished :)\n" |