moonglum / exogenesis

Build your dotfile installer, updater and teardown
MIT License
19 stars 8 forks source link

Font Module #3

Closed bitboxer closed 11 years ago

bitboxer commented 11 years ago

I want to add a font module. Do you think it would be okay to have a font direcoty and recursivly walk through it and link every Font that was found into ~/Library/Fonts ?

If this simple approach is okay for you I will go and implement it :wink:

moonglum commented 11 years ago

First I thought that maybe this module should offer to download fonts so you don't have to put them in there (and give the list of locations as an array as you do with the brews for example), but maybe this isn't such a good idea, because you have to unpack them etc.

Maybe it is easier to just put them into one folder and link them :smile: Yep, looking forward to your contributions :smile:

bitboxer commented 11 years ago

Written the "most simple implementation" :wink: . We can expand this to a download and extract solution in the future, if this is wanted by someone.