Showing posts with label Sublime Text on OpenSUSE. Show all posts
Showing posts with label Sublime Text on OpenSUSE. Show all posts

Thursday, October 29, 2015

Install Sublime Text on Linux [OpenSUSE]

Step 1: Download sublime text folder
Step 2: Unzip the downloaded folder
Step 3: Move the extracted folder to opt directory
Command to move the folder is:
sudo mv Sublime_FOLDER_NAME /opt/

Step 4: Create a symlink in bin:
sudo ln -s /opt/Sublime Text 2/sublime_text /usr//bin/sublime

Now you're all done. You can easily start Sublime Text from the Console by running
sublime