Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garyjones/sublime
My Sublime Text 3 User directory
https://github.com/garyjones/sublime
Last synced: about 2 months ago
JSON representation
My Sublime Text 3 User directory
- Host: GitHub
- URL: https://github.com/garyjones/sublime
- Owner: GaryJones
- License: mit
- Created: 2015-01-19T09:56:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-19T11:01:25.000Z (almost 10 years ago)
- Last Synced: 2024-10-09T02:41:27.357Z (3 months ago)
- Language: Python
- Size: 141 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Sublime Text 3 Config
This is my Sublime Text 3 user configuration.
If you just want to take a look at my preference and not copy everything, have a look at my [Preferences.sublime-settings](Preferences.sublime-settings).
## Install
1. Open Sublime Text 3 and [install Package Control](https://sublime.wbond.net/installation).
2. Close ST3, and run the following commands on the command line. This will remove your existing user settings completly and replace with mine.~~~sh
$ cd ~/Library/Application\ Support/Sublime\ Text 3/Packages
$ rm -rf User
$ git clone https://github.com/GaryJones/sublime.git User
~~~3. Open Sublime Text 3, and wait as Package Control installs the new [packages](Package Control.sublime-settings). Enjoy.
## License
[The MIT License (MIT)](LICENSE)
Copyright (c) 2013 Gary Jones