repository-released.json
is for released plugins, which can be found on Package Control.repository.json
is more like for plugins just for myself. Not released on Package Control.
For plugins in repository-released.json
, you can simply find them on Package Control.
If you want to use those plugins which is in repository.json
,
-
Make sure you are using Package Control v4 or later. You can simply execute the following command in ST console to upgrade to the latest Package Control.
from urllib.request import urlretrieve;urlretrieve(url="https://github.com/wbond/package_control/releases/latest/download/Package.Control.sublime-package", filename=sublime.installed_packages_path() + '/Package Control.sublime-package')
-
Execute
Package Control: Add Repository
in the command palette. -
Add this custom repository URL: https://raw.githubusercontent.com/jfcherng-sublime/ST-my-package-control/master/repository.json
-
Restart Sublime Text.
-
You should be able to install packages with Package Control now.