Hacker News new | ask | show | jobs
by laurent123456 4696 days ago
So far I've been managing my packages in a GitHub repository and that works well too. Since I keep switching between Mac, Linux and Windows it also allows me to easily share the profile with each installation.
1 comments

If you just sync your Packages/User/ folder between machines, Package Control will automatically install the correct versions of each package for each OS.

Unfortunately I've found the "sync everything" process that you've outlined leads to issues where users end up installing the OS X version of a package on Windows and then wonder why it doesn't work properly.

I was using the sync everything approach as well and it was painful. I did not know about the package settings file. Should be a great timesaver.