My Sublime Setup
I use Sublime Text 3 in a daily basis, and I’ve grown used to certain plugins/setup that make it much more productive for me.
Getting it (Ubuntu)
Option 1: use 3rd party PPA repository:
| |
Option 2: install from source
| |
Customize Sublime Text
Change fonts
Install and use custom font - I use Adobe Source Code Pro font: Download the font:
| |
Unzip the zip you just downloaded:
| |
Create a directory in your home directory called “.fonts”
| |
Move the Open Type fonts (*.otf) to the newly created .fonts directory.
| |
Rebuild font cache
| |
If you want to install system wide instead of per user, copy the files to /usr/local/share/fonts/ instead of ~/.fonts/.
Go to Sublime Text -> Preferences -> Settings - User and insert:
| |
Extensions
Sublime community is really active and there are really great extensions out there. Here are the ones that I consider essential:
- Package Control: lets you install, remove and manage your plugins directly from the editor. After installation, just press
shift + cmd + P, typeinstalland ENTER - Bracket Highlighter: Highlight the brackets, quotes and html tags. Simple - awesome.
- Dayle Rees Colour Schemes: eye candy themes for Sublime Text 3