-
via Package Control
I'm using Package Control to add packages that don't have a Git Repository or those I that don't have any contributions to.
-
via Git Submodules
Git is much less exciting and only updates when I tell it to, but I can also try out my own changes on submodules without worrying about them being lost on an update.
Package Control Packages are automatically updated when you enable the plugin.
Git Packages can be updated using update-submodules.sh
which will bring each
repository up-to-date with the master branch of the origin repository.
I've disabled the Package Control plugin by default because it slows down
Sublime. Just open up Packages/User/Preferences.sublime-settings
, comment
out the "Package Control" line and save. Sublime will load it automatically.