Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skywinder/sublime-text-2-user-settings

My settings for sublime text 2
https://github.com/skywinder/sublime-text-2-user-settings

Last synced: about 2 months ago
JSON representation

My settings for sublime text 2

Awesome Lists containing this project

README

        

# What are these?

This is settings for using **Sublime Text 2**.

Originally customised for myself ([skywinder][]).

As the base for customisation I took [d2s's settigs](https://github.com/d2s/Sublime-Text-2-User-Settings).

Your mileage may vary.

![Screenshot of editor](http://autiomaa.galleria.fi/kuvat/2013/screenshots/SublimeText/Screen%20Shot%202013-05-15%20at%205.47.26%20PM.png/_full.jpg)

# WARNING!

I keep modifying these more or less daily so things might get broken.
Don't blame me if that happens.
It's probably better to make copy of these to another location and just copy the parts you find most useful.

# Requirements:

- [Sublime Text 2](http://www.sublimetext.com/)
- [Package Control][]
- [Perv-ColorScheme](https://github.com/FlavourSys/Perv-ColorScheme) (via Package Control)

# Installation

## Using Git

Go to your Sublime Text 2 Packages directory:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/

Clone the settings repository using the command below:

git clone https://github.com/skywinder/Sublime-Text-2-User-Settings.git "User"

## Required extensions:

Read [Package Control][] page for details about how to install it and other possible extensions via the system.

### Theme

- [Theme - Soda Dark](https://github.com/buymeasoda/soda-theme/)
- [Perv Orange Color Scheme](https://sublime.wbond.net/packages/Perv%20-%20Color%20Scheme)

[skywinder]: https://github.com/skywinder "skywinder's Profile - GitHub"
[Package Control]: http://wbond.net/sublime_packages/package_control "Extension management to ST2"