Skip to content

kblum/sublime-text-settings

Folders and files

NameName
Last commit message
Last commit date
Dec 12, 2012
Dec 13, 2012
Dec 12, 2012
Dec 12, 2012
Dec 12, 2012
Dec 12, 2012
Dec 19, 2012
Dec 19, 2012
Dec 12, 2012

Repository files navigation

Sublime Text 2 User Settings

This repository contains my user settings directory for Sublime Text 2.

Installation

Install Package Control by bringing up the Sublime Text 2 console (ctrl+` ) and pasting in the following command:

import urllib2,os; 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())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print 'Please restart Sublime Text to finish installation'

The repository must be cloned into the Sublime Text 2 Packages/User directory or a symbolic link must be created to this directory.

Sublime Text 2 user directory location on OS X:

~/Library/Application Support/Sublime Text 2/Packages/User

Sublime Text 2 user directory location on Windows 7:

C:\Users\USERNAME\AppData\Roaming\Sublime Text 2\Packages\User

About

User settings directory for Sublime Text

Resources

License

Stars

Watchers

Forks