Code Monkey home page Code Monkey logo

Comments (10)

lra avatar lra commented on July 16, 2024

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

from mackup.

lra avatar lra commented on July 16, 2024

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 ?

from mackup.

lra avatar lra commented on July 16, 2024

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

from mackup.

zenwheel avatar zenwheel commented on July 16, 2024

What about using hard links?

from mackup.

lra avatar lra commented on July 16, 2024

@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.

from mackup.

avolochenko avatar avolochenko commented on July 16, 2024

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!

from mackup.

JawsomeJason avatar JawsomeJason commented on July 16, 2024

Has anyone seen if this is doable with Mavericks?

from mackup.

ipmcc avatar ipmcc commented on July 16, 2024

Or what about just rsyncing the files rather than symlinking?

from mackup.

vitorgalvao avatar vitorgalvao commented on July 16, 2024

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.

from mackup.

lra avatar lra commented on July 16, 2024

Depends on #613 1st

from mackup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.