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

https://github.com/aripalo/my-sublime-text

My Sublime Text 2 Preferences and plugins
https://github.com/aripalo/my-sublime-text

Last synced: 6 months ago
JSON representation

My Sublime Text 2 Preferences and plugins

Awesome Lists containing this project

README

          

# My Sublime Text 2 Configuration

It sets up Sublime Text 2 `subl` command-line tool and configures Sublime Text 2 with **my [preferences](User/Preferences.sublime-settings) and [plugins](User/Package%20Control.sublime-settings)**.

Works on Mac OS X.

## Installation

Note: Aimed for fresh Sublime Text 2 installation.

1. Install Sublime Text 2

2. In the terminal run:
```sh
curl -L https://raw.githubusercontent.com/aripalo/my-sublime-text/master/bootstrap.sh | sh
```
(Which runs the contents of [bootstrap.sh](bootstrap.sh))

3. The script will open Sublime Text in the background and wait for Package Manager to install everything.

4. Profit...?