Is there a way to sync Sublime Text settings across multiple computers?

后端 未结 4 1943
被撕碎了的回忆
被撕碎了的回忆 2021-01-31 05:26

I have two computers, a desktop and a laptop. Now I have set up my ENV to sync with the help of a dropbox link.

Is there a way to sync my Sublime Text 3 settings betwee

4条回答
  •  孤独总比滥情好
    2021-01-31 06:14

    I am assuming you are using Package Control for managing your plugins.

    What to Sync

    Both a list of your packages as well as all of your settings files are all contained within your Packages/User/ folder and that is what you want to keep synced. Assuming that folder is synced, then all you have to do is make sure Package Control is installed and it will automatically install the correct packages based on the packages list you synced.

    How to Sync

    See this page on the Package Control website for instructions on syncing your settings.

    The techniques listed there essentially are either using Git directly in your Packages/User/ folder or are using Dropbox (although the same concept would apply to any cloud service) in combination with symbolic links (since your Dropbox directory and your Sublime Text install are probably not in the same place on your hard drive).

提交回复
热议问题