Sublime: update settings. Simplify setup script.

This commit is contained in:
Artem Sapegin 2012-11-11 12:45:19 +04:00
parent b237e15983
commit 16a00cefd6
3 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ if [ `uname` == 'Darwin' ]; then
else else
DIR=~/AppData/Roaming/Sublime\ Text\ 2/Packages DIR=~/AppData/Roaming/Sublime\ Text\ 2/Packages
fi fi
[ ! -d "$DIR" ] && mkdir -p "$DIR" mkdir -p "$DIR"
cd "$DIR" cd "$DIR"

View File

@ -0,0 +1,4 @@
{
// A default initial value to fill the create new file input path with.
"default_initial": ":"
}

View File

@ -3,15 +3,11 @@
"installed_packages": "installed_packages":
[ [
"AdvancedNewFile", "AdvancedNewFile",
"emmet-sublime", "Emmet",
"Inc-Dec-Value", "Inc-Dec-Value",
"Package Control", "Package Control",
"Stylus", "Stylus",
"SublimeLinter", "SublimeLinter",
"Theme - Soda" "Theme - Soda"
],
"repositories":
[
"https://github.com/sergeche/emmet-sublime"
] ]
} }