Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.