Last active
December 26, 2015 18:49
-
-
Save solepixel/7197581 to your computer and use it in GitHub Desktop.
sublime text 2 setup
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 characters
Sublime Text 2 Setup: | |
Packages: | |
1. Package Control: https://sublime.wbond.net/installation - This will allow you easily install other packages | |
2. DocBlockr | |
3. Gist (You'll need to setup the config for this to work) | |
4. Goto Documentation (Customize this for super+click) | |
5. LiveReload | |
6. Prefixr | |
7. Sass | |
8. SFTP (premium - PAY FOR THIS!) | |
9. SideBarEnhancements | |
10. SublimeCodeIntel | |
11. SublimeLinter | |
12. Google It (not in package control) https://github.com/iahu/Google-It-for-Sublime-Text (extract folder, remove -master from folder name, place in Packages directory). Setup Key Bindings -> User (command + 1): | |
{ "keys": ["super+1"], "command": "google_it" } | |
Colors: | |
1. Interface style: Theme - Phoenix | |
2. Syntax Highlighting - Tomorrow Color Scheme (Eighties - Night) | |
3. Add this to your user settings: | |
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme", | |
"theme": "Phoenix Dark.sublime-theme" | |
4. (Some people like Solarized Dark, try them) | |
Other Settings: | |
1. Add "$" to selection string: (remove $ from original) | |
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?" | |
2. SublimeLinter CSS has a TON of stuff that might be overkill. Adjust these in the User settings for this package. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment