mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2025-02-16 15:28:24 +00:00
Update completions section, update antigen instructions
This commit is contained in:
parent
574ee43d00
commit
35d89fb572
1 changed files with 4 additions and 4 deletions
|
@ -56,15 +56,15 @@ These frameworks make customizing your zsh setup easier.
|
||||||
|
|
||||||
## Even more completions
|
## Even more completions
|
||||||
|
|
||||||
* [felixr/docker-zsh-completion](https://github.com/felixr/docker-zsh-completion) - Add completions for docker
|
* [docker-zsh-completion](https://github.com/felixr/docker-zsh-completion) - Add completions for docker
|
||||||
* [zsh-users/zsh-completions](https://github.com/zsh-users/zsh-completions) is a collection of extra completions for zsh. To use it, add `antigen bundle zsh-users/zsh-completions src` to your .zshrc
|
* [zsh-completion-generator](https://github.com/RobSis/zsh-completion-generator) - This plugin tries to read the list of options from the help text of programs and generate a completion function automatically. Load it last so it doesn't override completions provided by your other plugins.
|
||||||
* [RobSis/zsh-completion-generator](https://github.com/RobSis/zsh-completion-generator) - This plugin tries to read the list of options from the help text of programs and generate a completion function automatically. Load it last so it doesn't override completions provided by your other plugins.
|
* [zsh-completions](https://github.com/zsh-users/zsh-completions) is a collection of extra completions for zsh. To use it, add `antigen bundle zsh-users/zsh-completions src` to your .zshrc
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Antigen
|
### Antigen
|
||||||
|
|
||||||
Most of these plugins can be installed by just adding `antigen bundle githubuser/reponame` to your .zshrc file. Antigen will handle cloning the plugin for you automatically.
|
Most of these plugins can be installed by just adding `antigen bundle githubuser/reponame` to your .zshrc file. Antigen will handle cloning the plugin for you automatically. You can also add the plugin to a running zsh with `antigen bundle githubuser/reponame` for testing before adding it to your `.zshrc`.
|
||||||
|
|
||||||
### dotzsh
|
### dotzsh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue