A list of my Sublime Text packages, settings, and key bindings.
- Theme: Spacegray
- Color Scheme: Base16 Ocean (Included with Spacegray theme)
- Font: Ubuntu Mono
- AdvancedNewFile - File creation plugin
- Alignment - Easy alignment of multiple and multi-line selections
- BracketHighlighter - Bracket and tag highlighter
- DocBlockr - Simplifies writing DocBlock comments
- Emmet - HTML/CSS workflow enhancement suite
- Gist - Create and edit Gists from within Sublime Text
- GitGutter - Adds git diff icons to the gutter
- Package Control - Full-featured package manager
- PHP Companion - Cool stuff for PHP 5.3+
- PHP CS Fixer - Run php-cs-fixer code formatter within Sublime Text
- Pretty JSON - JSON prettifier
- SideBarEnhancements - Adds additional functionality to the sidebar
- SublimeCodeIntel - Full-featured code intelligence and smart autocomplete engine
- SublimeLinter - Highlight syntax errors
- SublimeLinter-php - Highlight PHP syntax errors
- SublimeLinter-phpcs - Highlight PHP coding standard issues
- SublimeLinter-phpmd - Highlight potential PHP problems
- TodoReview - Review todo (and other) comments within your code.
- WakaTime - Automatic metrics, insights, and time tracking
- Xdebug Client - Xdebug debugger client integration for Sublime Text
- Dockerfile Syntax Highlighting - Dockerfile syntax highlighting
- HTML5 - HTML5 bundle for Sublime Text 3
- jQuery - jQuery package bundle
- Sass - Sass support for TextMate & Sublime Text (2 & 3)
- Laravel Blade - Syntax definitions for the Laravel 4 & 5 Blade engine
- LaravelCollective HTML Form Snippets - Sublime Text 3 snippets for LaravelCollective/html form elements.
- Settings can be found in the config directory.
- Key mappings can be found in the keymaps directory.
- Snippets can be found in the snippets directory.
-
Start Sublime Text and enable Package Control (
Tools -> Install Package Control...
) -
Install packages listed above
-
Clone the project to your home folder:
$ git clone git@github.com:PHLAK/sublime-text.git ~/.sublime-config
-
Run the install.py script:
$ ~/.sublime-config/install.py