Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I export/import settings of Sublime Text 3 from one PC to another using Windows?

I use Sublime Text 3 in my company and I want to export all the settings, including packages and whatever, to use the same configurations in Sublime Text 3 I have at home. How can I do this?

PS.: I use Windows 8

like image 683
user3746779 Avatar asked Jun 17 '14 01:06

user3746779


People also ask

How do I change settings in Sublime Text 3?

Sublime Text has many different settings to customize its behavior. Settings are changed by editing text files: while this is a little trickier than using a GUI, you're rewarded with a flexible system. Settings menu item. The left-hand pane contains all of the default settings, along with a description of each.


1 Answers

The best way is to sync the User directory, there are multiple available ways to do this - dropbox, git and manual ways.

Installed packages are registered in Package Control.sublime-settings, which is located in the user folder as well, thus, it does not require you to sync anything besides that. A pretty good guide to syncing can be found here.

You also may wish to check out this package.

like image 181
Sergey Telshevsky Avatar answered Sep 20 '22 17:09

Sergey Telshevsky