Skip to content

Instantly share code, notes, and snippets.

@skube
Last active March 12, 2017 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skube/1dbf649fe21ab395cdda to your computer and use it in GitHub Desktop.
Save skube/1dbf649fe21ab395cdda to your computer and use it in GitHub Desktop.
Installed packages manifest file for quickly installing various packages simply by updated /User/Package Control.sublime-settings file
{
"bootstrapped": true,
"in_process_packages": [
"CSS3_Syntax"
],
"installed_packages": [
"AdvancedNewFile",
"Auto Semi-Colon",
// "Boxy Theme",
// "Color Highlighter",
// "Colorsublime",
"Comment-Snippets",
"CSS3_Syntax",
"DocBlockr",
"EditorConfig", /* uses .editorconfig file */
"Emmet",
"ES6-Toolkit",
"HTML-CSS-JS Prettify",
"Idiomatic-CSS-Comments-Snippets",
"Laravel 5 Artisan",
"Laravel Blade Highlighter",
//"Material Theme",
//"Material Theme - White Panels",
//"Oceanic Next Italic Color Scheme",
"Package Control",
"PackageResourceViewer",
"PHP Companion",
"REM PX",
"Seti_UI",
"SideBarEnhancements",
"StripHTML",
"sublime-github", // or maybe Gist instead?
"SublimeLinter",
"SublimeLinter-contrib-eslint", //replaces jshint
"SublimeLinter-contrib-stylelint", // replaces csslint
"SublimeLinter-html-tidy",
"SublimeLinter-php",
"TypeScript",
"Unsplash",
"View In Browser",
"Vintageous"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment