Skip to content
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

Closed
avolochenko opened this issue Apr 29, 2013 · 10 comments
Closed

Add Fonts #31

avolochenko opened this issue Apr 29, 2013 · 10 comments

Comments

@avolochenko
Copy link

is it possible to add support for backing up user fonts?
~/Library/Fonts/

reference:
http://support.apple.com/kb/ht2435

@lra
Copy link
Owner

lra commented Apr 30, 2013

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 =(

@lra
Copy link
Owner

lra commented Apr 30, 2013

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 ?

@lra
Copy link
Owner

lra commented Apr 30, 2013

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

@zenwheel
Copy link

What about using hard links?

@lra
Copy link
Owner

lra commented Apr 30, 2013

@zenwheel this is a good idea.
Tried some stuff, hard link for folders are internally supported on HFS+, but not available command line (man ln)

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.

@avolochenko
Copy link
Author

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!

@JawsomeJason
Copy link

Has anyone seen if this is doable with Mavericks?

@ipmcc
Copy link

ipmcc commented Feb 20, 2014

Or what about just rsyncing the files rather than symlinking?

@vitorgalvao
Copy link
Contributor

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.

@lra
Copy link
Owner

lra commented Aug 9, 2015

Depends on #613 1st

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants