From 0ac2fe00692b56da32e024d515b75a9e57e435fa Mon Sep 17 00:00:00 2001 From: Arialdo Martini Date: Wed, 13 Nov 2013 10:09:39 +0100 Subject: [PATCH] Installation instrucions for zsh and antigen --- README.md | 40 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe60743..fc1c77c 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ oh-my-git! ![alt tag](https://raw.github.com/arialdomartini/oh-my-git-gh-pages/gh-pages/images/shut-up.gif) -Installation ------------- +Installation for Bash +--------------------- One liner for Mac: @@ -33,8 +33,8 @@ One liner for Ubuntu: Then, set your Terminal font to Monospace (or edit oh-my-git and change the symbols used) -Manual installation -------------------- +Manual installation for Bash +---------------------------- Fork the repo and git clone it in your home directory @@ -44,6 +44,38 @@ Then add to the bash startup file (`~/.profile` on Mac, `~/.bashrc` on Linux) + +zsh installation +---------------- + +Install `antigen` + + cd ~ && git clone https://github.com/zsh-users/antigen.git .antigen + +Edit your `.zshrc` file including + + source "$HOME/.antigen/antigen.zsh" + + antigen-bundle arialdomartini/oh-my-git-tmp + antigen theme arialdomartini/oh-my-git-themes arialdo-granzestyle + + antigen-apply + + +`oh-my-git-themes` includes two themes: `arialdo-granzestyle` which is inspired to the great @granze theme, and `arialdo-pathinline` + +I also suggest to include + + antigen-use oh-my-zsh + antigen-bundle git + antigen-bundle zsh-users/zsh-syntax-highlighting + antigen-bundle zsh-users/zsh-history-substring-search + +but they are optional. + +Then, restart zsh. `antigen` will download and install all that's needed. + + Known bugs and limitations -------------------------- * It works weird on brand new repositories, before the first commit