Simple way to configure fresh installation of Sublime Text 3
Config includes:
- Soda Theme
- Packages for work with GIT, CoffeeScript, SASS, LESS, Slim and HAML
- ChangeQuotes. Quick changing quotes with
alt+shift+'
. - AdvancedNewFile. Quick file creating with
opt+cmd+n
. - All Autocomplete. All open files are searched for autocompletion candidates.
alt+up
andalt+down
for jumping between empty lines (paragraphs)
-
Get and Install Sublime Text 3 into
/Applications
folder. -
Paste that at a Terminal prompt:
curl -fsSL https://raw.github.com/fs/sublime-bootstrap/master/bin/install | sh
Sublime Bootstrap is maintained by Nickolay Abdrafikov. It was written by Flatstack with the help of our contributors.