Tom 12 anos atrás
pai
commit
ef2f310ba4
3 arquivos alterados com 25 adições e 0 exclusões
  1. 4 0
      .bashrc
  2. 19 0
      .gitconfig
  3. 2 0
      Sublime2/User/Package Control.sublime-settings

+ 4 - 0
.bashrc

@@ -27,3 +27,7 @@ ssh() {
         echo -e "\033]50;SetProfile=Default\a"
     fi
 }
+
+if [[ ! -d ~/webdev ]]; then
+  cd /webdev
+fi

+ 19 - 0
.gitconfig

@@ -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

+ 2 - 0
Sublime2/User/Package Control.sublime-settings

@@ -3,10 +3,12 @@
 	"installed_packages":
 	[
 		"BracketHighlighter",
+		"CoffeeScript",
 		"Emmet",
 		"GitGutter",
 		"Handlebars",
 		"HTML5",
+		"JS2Coffee",
 		"JsFormat",
 		"Markdown Preview",
 		"Minifier",