-
Notifications
You must be signed in to change notification settings - Fork 935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Fonts #31
Comments
That's an awesome idea, I tried and sadly it appears that Font Book and the whole OS X font system does not support a linked folder =( |
If you want to try for yourself and find a way to make it work: cd
chmod -N Library/Fonts
mv Library/Fonts TestingFonts
ln -s ~/TestingFonts Library/Fonts And open Font Book, your user fonts are gone. To rollback: cd
rm Library/Fonts
mv TestingFonts Library/Fonts But I'm missing something, as my font are not back in Font Book. Can someone have more info ? |
Logout/login to bring back the font and you move back the folder into place, but I still can't get the fonts in Font Book and the folder is linked to mackup's |
What about using hard links? |
@zenwheel this is a good idea. If I use the system call, I can hard link a folder to dropbox, but it does not detect the changes later. But apparently it does if I copy the folder to Dropbox 1st, and hardlink it outside later. It might work, Im not sure yet, it might need some more work. |
Thanks for the update, yeah i've seen issues with sys links in other places as well. oh well, not a biggie if it cant be done for Fonts. Much appreciate! |
Has anyone seen if this is doable with Mavericks? |
Or what about just rsyncing the files rather than symlinking? |
I’ve discussed this with @lra on twitter, briefly. For those of you that only want to sync font files that can be freely distributed, maybe give homebrew-cask a look; the fonts tap in particular. It may not sync them, but will give you a way to install them quickly. Functionality to copy instead of linking in mackup is being discussed anyway, so in theory that could later be applied to this case. |
Depends on #613 1st |
is it possible to add support for backing up user fonts?
~/Library/Fonts/
reference:
http://support.apple.com/kb/ht2435
The text was updated successfully, but these errors were encountered: