1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-22 23:55:30 +02:00

zinit: add page (#17182)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
Francesco Lucarelli 2025-07-15 02:55:25 +02:00 committed by GitHub
parent ab8132efd4
commit 0f9b520b09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

28
pages/common/zinit.md Normal file
View file

@ -0,0 +1,28 @@
# zinit
> Flexible and blazing fast `zsh` plugin manager.
> 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}}`