mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-22 01:13:02 +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
|
||||
|
||||
* [felixr/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
|
||||
* [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.
|
||||
* [docker-zsh-completion](https://github.com/felixr/docker-zsh-completion) - Add completions for docker
|
||||
* [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
|
||||
|
||||
### 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue