Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timstott/sublime-text-2-user-settings
https://github.com/timstott/sublime-text-2-user-settings
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/timstott/sublime-text-2-user-settings
- Owner: timstott
- Created: 2013-10-23T23:32:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-06T18:29:08.000Z (almost 11 years ago)
- Last Synced: 2023-08-05T02:25:58.938Z (over 1 year ago)
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sublime Text 2 User Settings
## Command-line command
On OS X, you can set up `subl` as a command-line command like this:
```
$ ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl
```## Installation
Go to you Sublime Text 2 Packages directory:```
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
```
Clone the settings repository using the command below```
git clone https://github.com/timstott/sublime-text-2-user-settings.git "User"
```