http://www.sublimetext.com/

 

메뉴 View > Show Console 을 선택해서 Console 창을 열고 아래의 명령어를 입력하고 Enter를 친다. 그리고 에디터를 재시작한다.

Sublime Text 2
https://packagecontrol.io/installation#st2

import urllib2,os,hashlib; h = 'df21e130d211cfc94d9b0905775a7c0f' + '1e3d39e33b79698005270310898eea76'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else None; urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler()) ); by = urllib2.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); open( os.path.join( ipp, pf), 'wb' ).write(by) if dh == h else None; print('Error validating download (got %s instead of %s), please try manual install' % (dh, h) if dh != h else 'Please restart Sublime Text to finish installation')
 

아래 서브라임 포터블 원본.

Sublime Text 2.0.2 x64.zip
다운로드

 

아래 두개는 서브라임 포터블 sftp적용된거

Sublime Text 2.0.2 x64sftp.vol1.egg
다운로드
Sublime Text 2.0.2 x64sftp.vol2.egg
다운로드

 

 

 

Sublime Text 3
https://packagecontrol.io/installation#st3

import urllib2,os,hashlib; h = 'df21e130d211cfc94d9b0905775a7c0f' + '1e3d39e33b79698005270310898eea76'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else None; urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler()) ); by = urllib2.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); open( os.path.join( ipp, pf), 'wb' ).write(by) if dh == h else None; print('Error validating download (got %s instead of %s), please try manual install' % (dh, h) if dh != h else 'Please restart Sublime Text to finish installation')

 

 

에디터에서 Ctrl+Shift+P 를 누른 후, Install Package 를 선택한다.

SFTP 를 검색하고 설치를 진행한다. 아래는 에디터의 하단 상태바에서 설치 진행 중인 상태를 나타낸다.

사용방법은, 연동할 폴더에서 마우스 우클릭으로 팝업 메뉴를 띄운 후 "Map to Remote..." 를 실행한다.

 

1. Ctrl+Shift+P 를 누른 후, Install Package 설치

2. Ctrl+Shift+P 를 누른 후, Install Package 한번더 설치후 바로 sftp 입력설치

 

'ubuntu' 카테고리의 다른 글

소마인 설정법  (0) 2014.06.29
[Tip] You have new mail in /var/spool/mail/root  (0) 2014.05.22
버전 확인 기본 명령어  (0) 2014.05.01
ns3 설치  (0) 2014.04.13
vm웨어 툴 설치  (0) 2014.04.13
Posted by wakira
,