/sublime-packages

Sublime Text 3 - Installed Packages & Settings

Sublime Text 3 - Installed Packages & Settings

Included Packages

User Preferences

Requirements

Installation

  • Change directory to the Settings-User location (on Windows: %APPDATA%\Sublime Text 3\Packages\User)
  • Run the following git commands from the Bash prompt:
$ git clone https://github.com/jrmull/sublime-packages.git
$ mv sublime-packages/* sublime-packages/.* ./
$ rm -rf sublime-packages
  • Install standard and standard-format to the global path using npm (included with Node.js):
$ npm install -g standard
$ npm install -g standard-format

Resources