@@ -27,3 +27,7 @@ ssh() {
echo -e "\033]50;SetProfile=Default\a"
fi
}
+
+if [[ ! -d ~/webdev ]]; then
+ cd /webdev
+fi
@@ -1,2 +1,21 @@
[user]
email = tom@chillidonut.com
+[color]
+ branch = auto
+ diff = auto
+ status = auto
+[color "branch"]
+ current = yellow reverse
+ local = yellow
+ remote = green
+[color "diff"]
+ meta = yellow bold
+ frag = magenta bold
+ old = red
+ new = cyan
+[color "status"]
+ added = yellow
+ changed = green
+ untracked = cyan
@@ -3,10 +3,12 @@
"installed_packages":
[
"BracketHighlighter",
+ "CoffeeScript",
"Emmet",
"GitGutter",
"Handlebars",
"HTML5",
+ "JS2Coffee",
"JsFormat",
"Markdown Preview",
"Minifier",