cschubiner / sublime-text-3-settings

My settings for Sublime Text 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sublime Text 4 Settings

These are the settings I use in Sublime Text 3.

Presentation Slides

Slides with basic instructions are available here: Sublime Text 3 Presentation Slides

Installation

###Installing Package Control See the instructions here: Package Control Installation

Installing the settings

Go to your Packages directory:

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

Clone as your User packages:

git clone git@github.com:cschubiner/sublime-text-3-settings.git User

You'll also need to install ag

brew install ag

Installing Sublime-SurroundWith

Most packages should install automatically, but you will need to manually install Sublime-SurroundWith.

You can install Sublime-SurroundWith by doing the following:

cd ~/Library/Application\ Support/Sublime\ Text/Packages
git clone https://github.com/cschubiner/Sublime-SurroundWith.git

Installing SublimePaneNavigation

You will also need to manually install SublimePaneNavigation.

You can install SublimePaneNavigation by doing the following:

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
git clone https://github.com/borist/SublimePaneNavigation.git

Installing the autoformatter for Rails html.erb files

gem install htmlbeautifier

You're done!

Updating

Go to your User Packages directory:

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

Pull on the repo:

git pull

About

My settings for Sublime Text 3


Languages

Language:Python 100.0%