trevorsandy / subl-autoconf

This is a great and clean Sublime Text configuration for web developers :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sublime text 2/3 configuration

This is a great and clean Sublime Text configuration that will automatically install the following packages, aside Package Control:

This configuration uses the Nexus Theme, the standardJS code style and the tern JavaScript code-analysis engine.

The install script will try to install the following npm package if it can find the npm command:

  • standard --fix

It will also install tern and auto-configure it!

Prerequisites

You need:

Install

Linux / MacOS

You can install this via the command line with either curl or wget.

via curl:

curl -L "https://raw.githubusercontent.com/nicolas-goudry/subl-autoconf/master/install.sh" | bash -s 3

via wget:

wget --no-check-certificate "https://raw.githubusercontent.com/nicolas-goudry/subl-autoconf/master/install.sh" -O - | bash -s 3

You can replace the bash -s 3 by bash -s 2 in the install command if you are using Sublime Text 2 and not Sublime Text 3 ;)

If running from a cloned repository simply run:

For Sublime Text 3 ./install.sh For Sublime Text 2 ./install.sh 2

Windows

Clone this repository anywhere, then simply launch install.vbs by double-click or from command line with cscript install.vbs.

If you're using command-line, you can add a parameter matching Sublime Text version you are targeting, by default it will target version 3.

Post Install

After installation, completely close and relaunch (2x) Sublime Text to finish automatic configuration.

You can view the configuration status in the console accessible at the bottom left application window.

About

This is a great and clean Sublime Text configuration for web developers :)


Languages

Language:Shell 48.3%Language:Visual Basic 43.7%Language:JavaScript 7.8%Language:HTML 0.1%Language:Ruby 0.1%