Want to migrate settings and packages to other PCs with Sublime Text 3

Asked 1 years ago, Updated 1 years ago, 104 views

I would like to install Sublime Text 3 on multiple PCs at work, at home, and on laptops to create the same environment.Instead of manually configuring one PC at a time or installing a package, is there an easy way to migrate the configuration and package built on one PC to another?

If vim uses Vundler or neobundle to install the plug-in, copy only .vimrc to another PC to complete the configuration migration and install the plug-in only once.

Hopefully Sublime Text 3 can export/import configuration files and installed package lists as well...

sublimetext

2022-09-30 18:51

1 Answers

Simply put, you can synchronize all SublimeText environments by synchronizing Packages/User/.

Known as the Package Manager for SublimeText, Package Control provides the ability to synchronize installed plug-ins.The synchronization method is described at the following URL, but you are asked to synchronize Packages/User/.
https://packagecontrol.io/docs/syncing
I use Git to synchronize.In this case, you need to put some of the specified files in .gitignore, but you can also synchronize Packages/User/ to automatically install/update missing plug-ins.

Also, if you personally set SublimeText outside of the plug-in, your personalization files are usually stored in Packages/User/.

Therefore, synchronizing Packages/User/ will synchronize all configurations.


2022-09-30 18:51

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.