This website works better with JavaScript.
Home
Explore
Help
Sign In
mcie-rs101
/
emacs-configuration
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
script to install source code fonts
auctex
Gerardo Marx Chávez-Campos
3 years ago
parent
7764570eb4
commit
7f71fc80f8
1 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
install-source-code-fonts.sh
+ 13
- 0
install-source-code-fonts.sh
View File
@ -0,0 +1,13 @@
#!/usr/bin/env bash
cd
Downloads
wget https://github.com/adobe-fonts/source-code-pro/archive/2.030R-ro/1.050R-it.zip
if
[
! -d
"~/.fonts"
]
;
then
mkdir ~/.fonts
fi
unzip 1.050R-it.zip
cp source-code-pro-*-it/OTF/*.otf ~/.fonts/
rm -rf source-code-pro*
rm 1.050R-it.zip
cd
~/
fc-cache -f -v
Write
Preview
Loading…
Cancel
Save