An open API service indexing awesome lists of open source software.

https://github.com/bcomnes/sublime-text-settings

Settings for sublime
https://github.com/bcomnes/sublime-text-settings

Last synced: 4 months ago
JSON representation

Settings for sublime

Awesome Lists containing this project

README

          

sublime-text-settings
=====================
* Install [Package Control](https://sublime.wbond.net/)
* Navigate to the Sublime Text 3 Folder

```console
cd ~/Library/Application\ Support/Sublime\ Text\ 3/
```
or
```console
%appdata%\Sublime Text 3
```

* Initiate git, add remote, and pull

```console
git init
git remote add origin git@github.com:bcomnes/sublime-text-settings.git
git pull -u origin master
```

That should do it.

#### Details

- Settings are for Sublime Text 3.
- These settings rely on [package control](https://sublime.wbond.net). That should be [installed](https://sublime.wbond.net/installation) before doing this.
- [Official word on syncing](https://sublime.wbond.net/docs/syncing)