From 063544cb97d44adc22c85c590a7009348a01587b Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 20 Aug 2012 18:15:43 +0200 Subject: [PATCH] Fixed install info and altered template --- README.textile | 6 +++--- templates/zshrc.zsh-template | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.textile b/README.textile index a38e2d7cf..69a3cb342 100644 --- a/README.textile +++ b/README.textile @@ -13,18 +13,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/Olipro/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/Olipro/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/Olipro/oh-my-zsh.git ~/.oh-my-zsh@ 2. Create a new zsh config by copying the zsh template we've provided. diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index e52553241..130d832af 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh # Look in ~/.oh-my-zsh/themes/ # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. -ZSH_THEME="robbyrussell" +ZSH_THEME="gentoo-olipro" # Example aliases # alias zshconfig="mate ~/.zshrc" @@ -29,7 +29,7 @@ ZSH_THEME="robbyrussell" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git) +plugins=(git svn) source $ZSH/oh-my-zsh.sh