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

https://github.com/catvec/sublime-text-3-sync

A git repo for storing all my Sublime Text 3 configuration
https://github.com/catvec/sublime-text-3-sync

Last synced: 8 months ago
JSON representation

A git repo for storing all my Sublime Text 3 configuration

Awesome Lists containing this project

README

          

# Sublime-Text-3-Sync
A git repo for storing all my Sublime Text 3 configuration

# Installing
```
cd
rm -rf User
git clone git@github.com:Noah-Huppert/Sublime-Text-3-Sync.git User
```

`ST3-Packages-Location` is OS specific:
- Windows: `~/appdata/Sublime Text 3/Packages`
- OSX: `~/Library/Application Support/Sublime Text 3/Packages`
- Linux: `~/.config/sublime-text-3/Packages`

## Install package specific dependencies
### SublimeLinter-jshint
```
npm install -g jshint
```

### SublimeLinter-ruby

*You must have ruby installed*

### SublimeLinter-cpplint
```
sudo pip install cpplint
```