First things first go to http://sublime.wbond.net and install package control.
{
"auto_match_enabled": false,
#!/usr/bin/env sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
# |
#! /bin/sh | |
set +o noclobber | |
# | |
# $1 = scanner device | |
# $2 = friendly name | |
# | |
# | |
# 100,200,300,400,600 | |
# |
visudo | |
user ALL=(ALL) NOPASSWD: ALL |
{ | |
"repositories" : [ | |
{ | |
"type": "composer", | |
"url": "http://packages.zendframework.com/" | |
} | |
], | |
"require": { | |
"php": ">=5.3.3", | |
"zendframework/zendframework": "1.12.*" |
First things first go to http://sublime.wbond.net and install package control.
{
"auto_match_enabled": false,