Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hughsk/sublime-package
Personal Sublime Package
https://github.com/hughsk/sublime-package
Last synced: 8 days ago
JSON representation
Personal Sublime Package
- Host: GitHub
- URL: https://github.com/hughsk/sublime-package
- Owner: hughsk
- Created: 2012-01-23T05:03:23.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-24T03:57:24.000Z (over 12 years ago)
- Last Synced: 2024-10-17T16:37:25.602Z (22 days ago)
- Homepage:
- Size: 1.51 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Sublime Package
Used for storing my setup (key bindings, snippets, etc.) with SublimeText. Only intended for personal use.## Installation
cd ~/.config/sublime-text-2/Packages
git init
git remote add origin [email protected]:hughsk/sublime-package.git
git pull origin
Not always clean however...## Included Packages
* Soda Theme (Dark and Light)
* Tomorrow Night Color Scheme (Modified for better markdown writing)
* Personal snippets + settings
* `sublime-jslint` for automatic javascript linting
## Javascript Snippets
* `for`: Quick for loops.* `class`: Quick prototypical classes.
* `extend`: Quickly extend a class from an existing class.