Created
May 9, 2014 15:52
-
-
Save jen20/ae0802c10561176361df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file { | |
'Sauce Code Powerline Black.otf': | |
path => "${my_homedir}/Library/Fonts/Sauce Code Powerline Black.otf", | |
ensure => 'present', | |
source => "${my_homedir}/.dotfiles/fonts/SauceCodePro/Sauce Code Powerline Black.otf", | |
require => Repository['dotfiles']; | |
'Sauce Code Powerline Bold.otf': | |
path => "${my_homedir}/Library/Fonts/Sauce Code Powerline Bold.otf", | |
ensure => 'present', | |
source => "${my_homedir}/.dotfiles/fonts/SauceCodePro/Sauce Code Powerline Bold.otf", | |
require => Repository['dotfiles']; | |
'Sauce Code Powerline Light.otf': | |
path => "${my_homedir}/Library/Fonts/Sauce Code Powerline Light.otf", | |
ensure => 'present', | |
source => "${my_homedir}/.dotfiles/fonts/SauceCodePro/Sauce Code Powerline Light.otf", | |
require => Repository['dotfiles']; | |
'Sauce Code Powerline ExtraLight.otf': | |
path => "${my_homedir}/Library/Fonts/Sauce Code Powerline ExtraLight.otf", | |
ensure => 'present', | |
source => "${my_homedir}/.dotfiles/fonts/SauceCodePro/Sauce Code Powerline ExtraLight.otf", | |
require => Repository['dotfiles']; | |
'Sauce Code Powerline Medium.otf': | |
path => "${my_homedir}/Library/Fonts/Sauce Code Powerline Medium.otf", | |
ensure => 'present', | |
source => "${my_homedir}/.dotfiles/fonts/SauceCodePro/Sauce Code Powerline Medium.otf", | |
require => Repository['dotfiles']; | |
'Sauce Code Powerline Regular.otf': | |
path => "${my_homedir}/Library/Fonts/Sauce Code Powerline Regular.otf", | |
ensure => 'present', | |
source => "${my_homedir}/.dotfiles/fonts/SauceCodePro/Sauce Code Powerline Regular.otf", | |
require => Repository['dotfiles']; | |
'Sauce Code Powerline Semibold.otf': | |
path => "${my_homedir}/Library/Fonts/Sauce Code Powerline Semibold.otf", | |
ensure => 'present', | |
source => "${my_homedir}/.dotfiles/fonts/SauceCodePro/Sauce Code Powerline Semibold.otf", | |
require => Repository['dotfiles']; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment