Instructions for installing antigen are in a separate paragraph

This commit is contained in:
Arialdo Martini 2013-11-13 12:00:49 +01:00
parent b3fdd3844f
commit 2cc2b6e31a

View File

@ -22,7 +22,6 @@
# Bash
## Installation
One liner for Mac:
@ -52,12 +51,23 @@ to the bash startup file (`~/.profile` on Mac, `~/.bashrc` on Linux)
## Installation
With `antigen` installed, just add
Install `antigen`
antigen-bundle arialdomartini/oh-my-git
antigen theme arialdomartini/oh-my-git-themes arialdo-granzestyle
to your `.zshrc` file.
`oh-my-git-themes` includes two themes: `arialdo-granzestyle` which is inspired to the great @granze theme, and `arialdo-pathinline`.
## How to install `antigen`
`antigen` is a plugin manager for `zsh`.
Installing `antigen` is straightforward:
cd ~ && git clone https://github.com/zsh-users/antigen.git .antigen
Edit your `.zshrc` file including
Then, edit your `.zshrc` file including
source "$HOME/.antigen/antigen.zsh"
@ -66,21 +76,17 @@ Edit your `.zshrc` file including
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
I also strongly 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.
which are optional, but very cool.
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