Skip to content

Instantly share code, notes, and snippets.

@jen20
Created May 9, 2014 15:52
Show Gist options
  • Save jen20/ae0802c10561176361df to your computer and use it in GitHub Desktop.
Save jen20/ae0802c10561176361df to your computer and use it in GitHub Desktop.
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