Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kiesel/sublime-customizations

My personal SublimeText2 customizations
https://github.com/kiesel/sublime-customizations

Last synced: 1 day ago
JSON representation

My personal SublimeText2 customizations

Awesome Lists containing this project

README

        

About
===
These are my personal SublimeText2 settings w/ snippets and stuff. Feel free to use if you like, but don't blame for any breakage.

Installation
---
1. Go to your `Package` directory, by selecting `Preferences > Browse packages ...`
2. Close SublimeText2
3. Move the `User` directory to somewhere else to have a backup.
4. Go to the `Package` directory on commandline and do

```sh
$ git clone [email protected]:kiesel/sublime-customizations.git User
Cloning into 'User'...
remote: Counting objects: 11, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 11 (delta 4), reused 10 (delta 3)
Receiving objects: 100% (11/11), done.
Resolving deltas: 100% (4/4), done.
```

That's it.