Fedora installation sublime text tutorial, fedorasublime

Source: Internet
Author: User
Tags sublime text editor

Fedora installation sublime text tutorial, fedorasublime
Download

Http://pan.baidu.com/s/1eRkEegM

Extract

Switch to the directory of the downloaded file in the terminal and execute the following command:

Sudo tar-jxvf sublime_text_3_build_3083_x64.tar.bz2
Sudo mkdir/opt/sublime_text_3
Sudo mv./sublime_text_3/*/opt/sublime_text_3

Create an executable file

Sudo touch/usr/bin/sublime
Sudo vim/usr/bin/sublime
Sudo chmod 755/usr/bin/sublime

Copy the following code to the sublime file:
#! /Bin/sh
Export SUBLIME_HOME = "/opt/sublime_text_3"
$ SUBLIME_HOME/sublime_text $ *


Create a desktop Startup Mode and set icons

Sudo touch/usr/share/applications/sublime. desktop

Sudo vim/usr/share/applications/sublime. desktop

Copy the following code:
 
[Desktop Entry]
Encoding = UTF-8
Name = Sublime
Comment = Sublime Text Editor
Exec = sublime
Icon =/opt/sublime_text/Icon/256x256/sublime-text.png
 
Terminal = false
Type = Application
Categories = GNOME; Application; Development;
StartupNotify = true

Now the installation is complete. You can use the sublime command or start Sublime Text 3 in the program menu.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.