Josh Medeski

Results 119 comments of Josh Medeski

I created a discussion for coming up with a migration process for Dropbox users: https://github.com/lra/mackup/discussions/1894

@erickinsella I believe you are going to run into issues when running mackup uninstall if the original folder has moved.

Good point, I updated it to point to a Mackup folder.

Hmm, should we adjust it to selectively backup files instead of the whole directory? Perhaps the `worker.sock` file can't be sync by mackup.

@lra could we introduce a blacklisting feature so as to avoid sock files? I think it's a new concept for Mackup.

I see. I'd suggest to those that want a workaround right now. You can create your own subfolder and sync it directly. ``` [application] name = espanso [configuration_files] Library/Preferences/espanso/my-snippets Library/Application...

Do you have a suggestion? This project does its best to explain what happens clearly and adds confirmation steps when overwriting existing files.

The tagline for this project is > Keep your application settings in sync @lra has done a great job explaining how it works in the [README](https://github.com/lra/mackup#bullsht-what-does-it-really-do-to-my-files). Dotfiles are weird and...

I've started a discussion on adding a `sync` command, we'll see what the community thinks. https://github.com/lra/mackup/discussions/1834

I'd suggest a different `.mackup.cfg` file for each of your computers. It's pretty easy to create a whitelist of the apps you want to sync. I think overall, mackup is...