2025-09-14 18:48:49 -06:00
|
|
|
# zinit
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
> Flexible and blazing fast Zsh plugin manager.
|
2025-09-14 18:48:49 -06:00
|
|
|
> More information: <https://github.com/zdharma-continuum/zinit>.
|
|
|
|
|
|
|
|
|
|
- Show all installed plugins:
|
|
|
|
|
|
|
|
|
|
`zinit plugins`
|
|
|
|
|
|
|
|
|
|
- Go to the directory of a plugin:
|
|
|
|
|
|
|
|
|
|
`zinit cd {{repository_owner}}/{{repository_name}}`
|
|
|
|
|
|
|
|
|
|
- Fetch the newest version of `zinit` from GitHub:
|
|
|
|
|
|
|
|
|
|
`zinit self-update`
|
|
|
|
|
|
|
|
|
|
- List status of all installed completions:
|
|
|
|
|
|
|
|
|
|
`zinit completions`
|
|
|
|
|
|
|
|
|
|
- Install completions for a plugin:
|
|
|
|
|
|
|
|
|
|
`zinit creinstall {{repository_owner}}/{{repository_name}}`
|
|
|
|
|
|
|
|
|
|
- Delete completion for a plugin:
|
|
|
|
|
|
|
|
|
|
`zinit cuninstall {{repository_owner}}/{{repository_name}}`
|