Change integration examples from commands to configuration lines (#265)
This commit is contained in:
committed by
Sindre Sorhus
parent
748bf06f40
commit
7f27952888
20
readme.md
20
readme.md
@@ -162,27 +162,27 @@ Set `zprompt_theme='pure'` in `~/.zimrc`.
|
|||||||
|
|
||||||
Update your `.zshrc` file with the following two lines (order matters). Do not use the `antigen theme` function.
|
Update your `.zshrc` file with the following two lines (order matters). Do not use the `antigen theme` function.
|
||||||
|
|
||||||
```console
|
```sh
|
||||||
$ antigen bundle mafredri/zsh-async
|
antigen bundle mafredri/zsh-async
|
||||||
$ antigen bundle sindresorhus/pure
|
antigen bundle sindresorhus/pure
|
||||||
```
|
```
|
||||||
|
|
||||||
### [antibody](https://github.com/getantibody/antibody)
|
### [antibody](https://github.com/getantibody/antibody)
|
||||||
|
|
||||||
Update your `.zshrc` file with the following two lines (order matters):
|
Update your `.zshrc` file with the following two lines (order matters):
|
||||||
|
|
||||||
```console
|
```sh
|
||||||
$ antibody bundle mafredri/zsh-async
|
antibody bundle mafredri/zsh-async
|
||||||
$ antibody bundle sindresorhus/pure
|
antibody bundle sindresorhus/pure
|
||||||
```
|
```
|
||||||
|
|
||||||
### [zplug](https://github.com/zplug/zplug)
|
### [zplug](https://github.com/zplug/zplug)
|
||||||
|
|
||||||
Update your `.zshrc` file with the following lines (order matters):
|
Update your `.zshrc` file with the following two lines (order matters):
|
||||||
|
|
||||||
```console
|
```sh
|
||||||
$ zplug mafredri/zsh-async, from:github, defer:0 # Load this first
|
zplug mafredri/zsh-async, from:github, defer:0 # Load this first
|
||||||
$ zplug sindresorhus/pure, use:pure.zsh, from:github, as:theme
|
zplug sindresorhus/pure, use:pure.zsh, from:github, as:theme
|
||||||
```
|
```
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|||||||
Reference in New Issue
Block a user