1
0
Fork 0

Use Ubuntu Mono

This commit is contained in:
Andrew Tomaka 2013-09-12 21:56:36 -04:00
parent 2d67cfb2d6
commit 340bba1efd
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
class people::atomaka::fonts {
#Install fonts
exec { 'Font: Hermit':
command => "curl -L http://www.p5dev.com/boxen/Hermit.dfont -o /Users/${::luser}/Library/Fonts/Hermit.dfont",
creates => "/Users/${::luser}/Library/Fonts/Hermit.dfont"
command => "curl -L http://www.p5dev.com/boxen/UbuntuMono-R.ttf -o /Users/${::luser}/Library/Fonts/UbuntuMono.ttf",
creates => "/Users/${::luser}/Library/Fonts/UbuntuMono.ttf"
}
}