Instructions for installing antigen are in a separate paragraph
This commit is contained in:
parent
b3fdd3844f
commit
2cc2b6e31a
24
README.md
24
README.md
@ -22,7 +22,6 @@
|
|||||||
|
|
||||||
# Bash
|
# Bash
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
One liner for Mac:
|
One liner for Mac:
|
||||||
@ -52,12 +51,23 @@ to the bash startup file (`~/.profile` on Mac, `~/.bashrc` on Linux)
|
|||||||
|
|
||||||
## Installation
|
## 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
|
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"
|
source "$HOME/.antigen/antigen.zsh"
|
||||||
|
|
||||||
@ -66,21 +76,17 @@ Edit your `.zshrc` file including
|
|||||||
|
|
||||||
antigen-apply
|
antigen-apply
|
||||||
|
|
||||||
|
I also strongly suggest to include
|
||||||
`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-use oh-my-zsh
|
||||||
antigen-bundle git
|
antigen-bundle git
|
||||||
antigen-bundle zsh-users/zsh-syntax-highlighting
|
antigen-bundle zsh-users/zsh-syntax-highlighting
|
||||||
antigen-bundle zsh-users/zsh-history-substring-search
|
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.
|
Then, restart zsh. `antigen` will download and install all that's needed.
|
||||||
|
|
||||||
|
|
||||||
# Known bugs and limitations
|
# Known bugs and limitations
|
||||||
|
|
||||||
* It works weird on brand new repositories, before the first commit
|
* It works weird on brand new repositories, before the first commit
|
||||||
|
Loading…
Reference in New Issue
Block a user