What & how to version control for text editor (Sublime Text) settings on Github, so that settings are readily available for coding on any machine? -
i lost sublime settings last night. know people store text editor settings vim and/or sublime on github. assume allows quick clone on machine - making machine readily available settings, key bindings, packages etc.
- how store text editor (sublime text 2) settings on github, can reuse settings on machine?
- what files/folders need put on git?
- what procedure of "packaging" these settings on new machine?
the easiest way set packages/
directory base repository, settings (except license), package control plugins, themes, etc. in subfolders. have license in gmail can wherever.
as warning, make sure don't have sensitive information in of settings, server passwords , like, unless you've paid private github repository @ can see settings.
Comments
Post a Comment