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
- Host: GitHub
- URL: https://github.com/bcomnes/sublime-text-settings
- Owner: bcomnes
- Created: 2015-03-09T22:57:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T20:24:01.000Z (over 1 year ago)
- Last Synced: 2025-10-24T04:35:54.682Z (8 months ago)
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)