Jorge Bucaran

Results 323 comments of Jorge Bucaran

Could you share the contents here instead?

Is that what's in your gzipped tar file? What I need is your complete configuration and sync setup. Without it, reproducing your state won't be possible anytime soon.

The only file I'd put in my dot files would be fish_plugins, similar to how you wouldn't sync node_modules.

I saw you're committing all Fish files in your repo, including plugins likely installed with Fisher. In that case, what would be the purpose of fish_plugins? This file serves as...

Thanks for the clarification. You're right, it's `fisher update` (not `install`), as indicated in the docs. 👍

Yes, Fisher will delete fish_plugins, but only if it's empty. For example, if you remove all plugins from fish_plugins and then run `fisher update`, Fisher will uninstall all plugins and...

My approach to test this: - Set up two machines, A and B. - On machine A, install Fisher and other necessary plugins. - Save or sync the fish_plugins file...

The approach I outlined above should do for a basic setup. For example, if you uninstall all your plugins, start from scratch, create a fish_plugins file, add several plugins to...

Fisher cleans and variables before saving or reading from fish_variables to prevent some basic issues, e.g.: https://github.com/jorgebucaran/fisher/blob/2efd33ccd0777ece3f58895a093f32932bd377b6/functions/fisher.fish#L141 ...but I don't know about Windows.

What I did: I made sure there were no Fisher variables in fish_variables, uninstalled everything Fisher-related, created an empty fish_plugins file, added some plugins, thus replicating a machine without Fisher...