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
- Host: GitHub
- URL: https://github.com/aripalo/my-sublime-text
- Owner: aripalo
- Created: 2013-12-27T16:42:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-16T05:58:42.000Z (about 11 years ago)
- Last Synced: 2025-02-14T05:15:20.513Z (8 months ago)
- Language: Shell
- Size: 297 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...?