diff --git a/README.md b/README.md index da9d9ca..01d1717 100644 --- a/README.md +++ b/README.md @@ -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