【亲测好用!】Centos6.5安装Sublime text 3

  • A+
所属分类:shell学习笔记
本文信息本文由方法SEO顾问发表于2015-11-1623:15:45,共 1230 字,转载请注明:【亲测好用!】Centos6.5安装Sublime text 3_【方法SEO顾问】

Centos大多数情况下是用来做服务器的,但是由于各种原因我现在要用Centos做开发机,所以当然要安装开发神奇Sublime textle.

注意:安装目录因人而异,我的安装目录是/opt/sublime_text_3.

一、建立软件安装目录(我一般把软件安装在opt目录下)

# mkdir /opt
# cd /opt

二、下载软件

http://www.sublimetext.com/3
注意一定要下Ubuntu/tarball包。
也可以用命令下载

wget http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_3083_x64.tar.bz2

如果链接地址失效,请到官网获取最新下载地址。

三、解压软件包

tar jxvf sublime_text_3_build_3059_x64.tar.bz2

四、命令行下直接运行

# cd /opt/sublime_text_3
# ./sublime_text

五、创建桌面快捷方式

复制文件

# cp /opt/sublime_text_3/sublime_text.desktop /usr/share/applications

更改配置文件

 
# vim /usr/share/applications/sublime_text.desktop

我的配置如下
[Desktop Entry]
Version=1.0
Type=Application
Name=Sublime Text
GenericName=Text Editor
Comment=Sophisticated text editor for code, markup and prose Exec=/opt/sublime_text_3/sublime_text %F Terminal=false
MimeType=text/plain; Icon=/opt/sublime_text_3/Icon/48x48/sublime-text.png Categories=TextEditor;Development;
StartupNotify=true
Actions=Window;Document;

[Desktop Action Window]
Name=New Window Exec=/opt/sublime_text_3/sublime_text -n OnlyShowIn=Unity;

[Desktop Action Document]
Name=New File Exec=/opt/sublime_text/sublime_text_3 --command new_file OnlyShowIn=Unity;

六、打开软件

应用程序 >编程 > Sublime Text”右键”将此启动器添加到桌面”

注意:配置文件标注红色的地方对应的是软件安装目录,需要改成你自己的安装目录。


文章来源:http://www.sundabao.com/centos-%E5%AE%89%E8%A3%85sublime-text-3/

  • 版权声明:除非注明,本博客均为北京SEO方法的原创文章,转载或引用请以超链接形式标明本文地址,否则会在SEO圈内公开此种不尊重版权的行为,谢谢合作!本文地址:https://seofangfa.com/shell/centos-sublime-text.html
  • 转载请注明:【亲测好用!】Centos6.5安装Sublime text 3_ 【方法SEO顾问】

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

目前评论:1   其中:访客  0   博主  0

    • avatar 家具折扣

      centos 加上个WDCP 杠杠的