- Download it…
- Install Sublime 2 <- Link to step by step instructions. This is updated as shown below at **.
- Sublime 2 Tips <- This link has several tips including how to create a symlink (and where the respective sublime CLI executable is).
- A gist on github showing how to setup Sublime 2 with a little more specifics and information regarding the CLI executable.
- A “Must Have” plugins list for Sublime 2 by Lordtottuu.
** The latest installation method for Ubuntu is as follows.
[sourcecode language=”bash”]
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text-installer
[/sourcecode]
Also see this stackoverflow entry: Uninstalling Sublime 3
Here’s a solution for getting Sublime Text 3 running at the command line too, using “sublime” instead of “subl” too which IMHO is kind of nicer than the standard “subl” usage.
http://olivierlacan.com/posts/launch-sublime-text-3-from-the-command-line/
You must log in to post a comment.