From 3ae132cbd9c26d445f5e3cd052be16b9ae9e6aa7 Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Sun, 1 Dec 2013 16:43:55 -0800 Subject: [PATCH] Updated to point to my git repo (chaoselixir) --- README.textile | 6 +++--- tools/install.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.textile b/README.textile index 86dd5da22..5946bf97b 100644 --- a/README.textile +++ b/README.textile @@ -14,18 +14,18 @@ You can install this via the command line with either `curl` or `wget`. h4. via `curl` -@curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh@ +@curl -L https://github.com/chaoselixir/oh-my-zsh/raw/master/tools/install.sh | sh@ h4. via `wget` -@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@ +@wget --no-check-certificate https://github.com/chaoselixir/oh-my-zsh/raw/master/tools/install.sh -O - | sh@ h3. The manual way 1. Clone the repository - @git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh@ + @git clone git://github.com/chaoselixir/oh-my-zsh.git ~/.oh-my-zsh@ 2. *OPTIONAL* Backup your existing ~/.zshrc file diff --git a/tools/install.sh b/tools/install.sh index a2bd5665a..b0b432f63 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -5,7 +5,7 @@ then fi echo "\033[0;34mCloning Oh My Zsh...\033[0m" -hash git >/dev/null && /usr/bin/env git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh || { +hash git >/dev/null && /usr/bin/env git clone https://github.com/chaoselixir/oh-my-zsh.git ~/.oh-my-zsh || { echo "git not installed" exit }