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
- Host: GitHub
- URL: https://github.com/catvec/sublime-text-3-sync
- Owner: catvec
- Created: 2015-08-12T03:52:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T03:09:20.000Z (over 10 years ago)
- Last Synced: 2025-05-04T01:02:16.779Z (11 months ago)
- Language: JavaScript
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```