2021-01-08
It is possible and even pleasurable to sync Sublime Text packages and preferences across multiple workstations from different OS with Git. Here is how.
Outline:
Tips: On Mac, just replace Ctrl with Cmd key.
Ctrl + Shift + P on Windows/Linux, select Preferences: Settings.Ctrl + Shift + P and select File: Copy Path.cd to that path excluding the ending file name.Ctrl + Shift + P and select Install Package Control.git clone $gitremoteurl . when you are in that ../Packages/User directory.You can install the SublimeGit package and just run Git inside the Preferences JSON text file. That way you won't need to touch terminal at all.