Last active
January 18, 2016 10:31
-
-
Save Ketouem/d54fb5d2fb6b10b0877a to your computer and use it in GitHub Desktop.
Revisions
-
Ketouem revised this gist
Jan 18, 2016 . 1 changed file with 11 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,14 @@ * [Install Package Control](https://packagecontrol.io/installation) * Useful packages: * [Anaconda](http://damnwidget.github.io/anaconda/) (Python IDE) * [Color Highlighter](https://packagecontrol.io/packages/Color%20Highlighter) (preview color from the code) * [Git](https://packagecontrol.io/packages/Git) * [GitGutter](https://packagecontrol.io/packages/GitGutter) * [INI](https://packagecontrol.io/packages/INI) (INI syntax highlighting) * [Markdown Extended](https://packagecontrol.io/packages/Markdown%20Extended) (enhanced md syntax highlighting) * [Markdown Preview](https://packagecontrol.io/packages/Markdown%20Preview) (handles markdown base spec & GitHub's flavor) * [requirementstxt](https://packagecontrol.io/packages/requirementstxt) (syntax highlighting for pip requirements file) * Themes: [Afterglow](http://yabatadesign.github.io/afterglow-theme/), [Flatland](https://github.com/thinkpixellab/flatland) * [SideBarEnhancements](https://packagecontrol.io/packages/SideBarEnhancements) * [SublimeREPL](https://packagecontrol.io/packages/SublimeREPL) (runs an intepreter inside an ST tab) * [JSHint Gutter](https://packagecontrol.io/packages/JSHint%20Gutter) (scraps output from JSHint) -
Ketouem created this gist
Jan 18, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ * [Install Package Control](https://packagecontrol.io/installation) * Useful packages: * Anaconda (Python IDE) * Color Highlighter (preview color from the code) * Git & GitGutter * INI * Markdown Extended & Markdown Preview * requirementstxt * Themes: [Afterglow](http://yabatadesign.github.io/afterglow-theme/), [Flatland](https://github.com/thinkpixellab/flatland) * SideBarEnhancements * SublimeREPL * Sublime-JSHint