Package in the source-code-pro font for spacemacs
This commit is contained in:
parent
a2e8109037
commit
ecc4d4938b
1
resources/InstallResources/fonts/source-code-pro
Submodule
1
resources/InstallResources/fonts/source-code-pro
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit e99ed3b714cd2b3c0d5ac8cc45fd8181d79c0d0b
|
@ -72,6 +72,11 @@ then
|
||||
cp $DIR/firefox-esr/prawn-settings.js /usr/lib/firefox-esr/defaults/pref/
|
||||
cp $DIR/firefox-esr/prawn.cfg /usr/lib/firefox-esr/
|
||||
|
||||
#Install the source code pro font for spacemacs
|
||||
[ -d /usr/share/fonts/opentype ] || mkdir /usr/share/fonts/opentype
|
||||
cp -rf $DIR/fonts/* /usr/share/fonts/opentype/
|
||||
fc-cache
|
||||
|
||||
#Install xmodmap map, autostart
|
||||
cp -rf $DIR/xfce-config/xmodmap/.Xmodmap /etc/skel/
|
||||
cp -rf $DIR/xfce-config/xmodmap/.xinitrc /etc/skel/
|
||||
|
Loading…
Reference in New Issue
Block a user