Skip to main content

My Sublime Text Setup

TL;DR: I've put a bit of work into customizing my Sublime Text setup. It's mostly based on a set of tips from Wes Bos, who literally wrote the book on becoming a Sublime Text power user.

I've put a bit of work into customizing my Sublime Text setup. It's mostly based on a set of tips from Wes Bos, who literally wrote the book on becoming a Sublime Text power user.

Material Theme

This is a UI theme (not a color scheme), which changes the appearance of the editor itself.

Material Theme Appbar

In addition, Material Theme offers an addon to enable a color-tinted application bar that extends the Material design style.

Cobalt2 Color Scheme

This is Wes Bos' enhanced version of the Cobalt color scheme that ships with many editors. In particular, it has support added for a number of Sublime plugins and linters.

He uses it in all of his screencasts, and it looks lovely, with great colors and contrast, and lots of usable features like visible line guides.

Inconsolata Font

Inconsolata has been my go-to programming font for years. It's simple and easy to read, but it also has a few nice typographic flares such as the lowercase letter "t" that make it a pleasure to use.

Packages

This is a small collection of Sublime plugins that enhance the editor and make it easier to make the changes you need.

  • AlignTab — I use this all the time in my CSS to align multiple properties so they're easier to read.
  • Bracket Highlighter — Highlights the opening and closing brackets for whatever chunk of code you're currently editing. Very useful.
  • Color Highlighter — Attempts to preview any CSS colors in your current document, either by highlighting the text or by adding a color swatch to the gutter.
  • Sidebar Enhancements — Adds a slew of new options to the right-click menu in the sidebar, including new file/folder, open with, rename, move, delete, etc.
  • SublimeLinter — Excellent linting built right into your editor. We have jshint and stylelint config files in our projects, so I've also got the SublimeLinter packages for those installed.
  • Trailing Spaces — Simple plugin to highlight and automatically remove trailing spaces from any lines in your files.

Syncing

Finally, I sync my sublime configuration between multiple computers using dropbox. Works great to make sure my work and personal laptop are still set up the way I like, and changes I make to one sync to the other.