lra

Results 117 comments of lra

Try to sync a folder with your execs in it (e.g. `~/bin`)?

If you sync a folder and not the files within it, mackup does not change the files permissions. Make sure you sync a folder and not files.

My bad you are right, but it's this way because some file syncing engine and some OS mess up with the permissions (e.g. make some file executable, or world readable),...

Removing this would require adding tests and testing it on all engines, because it was added to prevent errors when adding files with bad modes to synced folders (e.g. in...

Yes, it could be a per app setting.

I don't understand why it matters? `HOMEBREW_CASK_OPTS` is used to change the location of the application binaries, not to change where the config files of the apps are, no?

> @lra Would you be open to merge such a feature? I can do a pull request Before thinking about coding, how would this work? Mackup is relying on file...

Any constructive alternative? I have to hack the `INI` format to support lists, which `yaml` does out of the box.

Yes, it's still active, but before starting any implementation, we should agree on a format, to leverage some toml features without making it too complex.