Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.17 KB

ST-my-package-control

  • 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.

Usage

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,

  1. 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')
  2. Execute Package Control: Add Repository in the command palette.

  3. Add this custom repository URL: https://raw.githubusercontent.com/jfcherng-sublime/ST-my-package-control/master/repository.json

  4. Restart Sublime Text.

  5. You should be able to install packages with Package Control now.