diff --git a/pages/common/zinit.md b/pages/common/zinit.md new file mode 100644 index 0000000000..eec31e756d --- /dev/null +++ b/pages/common/zinit.md @@ -0,0 +1,28 @@ +# zinit + +> Flexible and blazing fast `zsh` plugin manager. +> More information: . + +- 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}}`