Explorar el Código

add oh-my-zsh submodule

so we can play around later!
Weiyi Lou hace 13 años
padre
commit
bf5f063403
Se han modificado 3 ficheros con 8 adiciones y 9 borrados
  1. 3 0
      .gitmodules
  2. 4 9
      RUNME
  3. 1 0
      zsh/oh-my-zsh

+ 3 - 0
.gitmodules

@@ -25,3 +25,6 @@
 [submodule "solarized"]
 	path = solarized
 	url = git://github.com/altercation/solarized.git
+[submodule "zsh/oh-my-zsh"]
+	path = zsh/oh-my-zsh
+	url = git://github.com/robbyrussell/oh-my-zsh.git

+ 4 - 9
README → RUNME

@@ -1,3 +1,5 @@
+#!/bin/sh
+
 # Running this script creates the appropriate symlinks in home
 # Use from within dotFiles directory
 
@@ -21,19 +23,12 @@ git submodule update
 
 # Add more vim plugins from this dotFiles directory, like so:
 #     git submodule add git://github.com/tpope/vim-pathogen.git vim/bundle/pathogen
-
-
-
+#
 # Apart from updating plugins individually, you can update all submodules in one shot
 #     git submodule foreach git pull origin master
 
-
 # color for git! Some machines don't have it.
 
-git config color.branch auto
-git config color.diff auto
-git config color.interactive auto
-git config color.status auto
-
+git config --global color.ui true
 
 # A lot of this extra knowledge courtesy of vimcasts.org!

+ 1 - 0
zsh/oh-my-zsh

@@ -0,0 +1 @@
+Subproject commit 1120f973054836eeb53750f57d69fbec41a340dc