Sublime Text 2 came out on top, as my editor of choice, for its features, speed, and ability to use Textmate themes. Its not perfect or free (price) yet... while its in beta status you are free to use it (with minor nagware). To get started see below or download directly (more detailed setup instructions in my next blog post).
Ubuntu install via the webupd8 maintained repo
sudo add-apt-repository ppa:webupd8team/sublime-text-2 sudo apt-get update sudo apt-get install sublime-text-2-dev or sudo apt-get install sublime-text-2-beta
Install Railscasts theme
Copy
https://raw.github.com/ryanb/textmate-themes/master/railscasts.tmTheme
Place it here
.config/sublime-text-2/Packages/Color Scheme - Default
Select it
Preferences > Color Scheme > railscasts
I'm using Sublime Text, love it, it's great, but one thing I would like is to create a proper link/launcher for it. How do you do that?
ReplyDeleteStephen
Hi Stephen, i'm using Xubuntu and its a simple case of dragging it from the program list onto the toolbar. However, I would recommend starting ST2 from the cli with 'subl' to be able to use build (ctrl-b) for tests.
ReplyDeleteFor Unity launchers this link should help Jevin's Unity specific ST2 install Guide
Thanks for the link, that is exactly what I'm looking for.
Delete