Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kiesel/sublime-customizations
- Owner: kiesel
- Created: 2012-11-14T05:59:36.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-18T04:19:00.000Z (over 11 years ago)
- Last Synced: 2024-11-08T18:23:35.026Z (about 2 months ago)
- Size: 141 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.