We must learn to live together as brothers or perish together as fools. “Martin Luther King, Jr“
Installing Sublime Text 3 on Fedora 19
To install sublime text on Fedora 19 (16, 17 and 18), download this gist
Sublime Text 3 Beta is now open to non-registered users. Download the tarball (32 or 64 bits).
Go to your Downloads folder: cd Downloads
Download or copy this GIST in your Downloads folder.
Execute this script by chmod +x sublime3_fedora19.sh and then sudo ./sublime3_fedora19.sh sublime_text_3_build_3047_x64.tar.bz2, sublime_text_3_build_3047_x64.tar.bz2 is the downloaded tarball, change it if you download other version.
Now your sublime text is installed and integrated to your gnome desktop.
Sublime Text 3 Package Control
To enable Package control in Sublime Text 3:
The simplest method of installation is through the Sublime Text console. The console is accessed via the ctrl+ shortcut or the View > Show Console menu. Once open, paste the following Python code for your version of Sublime Text into the console.