1、官網下載下傳:www.sublimetext.com/3,下載下傳系統對應版本安裝
2、ctrl+` : 打開指令行(注意屏蔽鍵值沖突,如遨遊的老闆鍵)
3、複制下列代碼,回車執行
import urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc59f460fa1548d1514676163dafc88'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)
源位址 https://packagecontrol.io/installation#st3
2016年2月5日 親測
4、重新開機SublimeText3
5、ctrl + shift + p,輸入install(每次安裝前都要先輸入,讀取包清單,再搜尋相應插件),先裝Package Control,再裝其他插件
插件清單(可選):
RailsCasts Colour Scheme 顔色主題
SyncedSideBar 同步檔案所在側邊欄
Emmet HTML/CSS必備(前身為Zen coding)
AdvanceNewFile 建立檔案
Git 推送到GitHub
Sass
SublimeERB
...
具體使用可觀看慕課網,那位老師講的不錯http://www.imooc.com/learn/333