https://github.com/tubbo/santeria
My Sublime Text 2 configuration
https://github.com/tubbo/santeria
Last synced: about 1 month ago
JSON representation
My Sublime Text 2 configuration
- Host: GitHub
- URL: https://github.com/tubbo/santeria
- Owner: tubbo
- Created: 2012-04-14T04:18:58.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:26:20.000Z (over 1 year ago)
- Last Synced: 2025-01-25T08:25:03.168Z (3 months ago)
- Language: Python
- Homepage:
- Size: 132 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Sublime Configuration
These are my settings for [Sublime Text 2][subl]. I am also using the [Soda theme][soda].
## Installation
Before installing...
- Make sure **Sublime Text 2 is CLOSED!!**
- Install the Soda theme### Setup
Go to your Sublime Text 2 library:
cd "~/Library/Application Support/Sublime Text 2"
Make a backup of your **Packages/User** folder,
mkdir -p "Packages/User (backup)"
cp -R Packages/User/* "Packages/User (backup)"And clone the repo into your User folder.
git clone git://github.com/tubbo/santeria.git Packages/User
Now restart Sublime Text 2. You should see a solarized TextMate. ;-)
[soda]: https://github.com/buymeasoda/soda-theme
[subl]: http://sublimetext.info