From 3f40931c91d5b769831588c47e633b3b75419399 Mon Sep 17 00:00:00 2001 From: Darin Cassler Date: Thu, 15 Mar 2012 11:00:07 -0400 Subject: [PATCH] added gEdit temp files to .gitignore --- .gitignore | 1 + README.textile | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2e8db7341..50396bda5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ custom/* !custom/example.zsh cache *.swp +*~ diff --git a/README.textile b/README.textile index f53da1cac..276267e98 100644 --- a/README.textile +++ b/README.textile @@ -12,18 +12,18 @@ You can install this via the command line with either `curl` or `wget`. h4. via `curl` -@curl -L https://github.com/bobbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh@ +@curl -L https://github.com/zyce/oh-my-zsh/raw/master/tools/install.sh | sh@ h4. via `wget` -@wget --no-check-certificate https://github.com/bobbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@ +@wget --no-check-certificate https://github.com/zyce/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/zyce/oh-my-zsh.git ~/.oh-my-zsh@ 2. Create a new zsh config by copying the zsh template we've provided.