{"id":20162583,"url":"https://github.com/zdharma-continuum/zinit-annex-meta-plugins","last_synced_at":"2025-07-08T12:33:32.390Z","repository":{"id":46016607,"uuid":"367440339","full_name":"zdharma-continuum/zinit-annex-meta-plugins","owner":"zdharma-continuum","description":"A Zsh-Zinit extension that allows to install predefined groups of plugins ↔ meta-plugins.","archived":false,"fork":false,"pushed_at":"2023-04-16T05:39:37.000Z","size":116,"stargazers_count":7,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T00:36:49.114Z","etag":null,"topics":["zinit","zinit-annex","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zdharma-continuum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-05-14T17:50:55.000Z","updated_at":"2025-02-06T19:17:09.000Z","dependencies_parsed_at":"2024-04-16T14:36:25.171Z","dependency_job_id":"e95466c2-a91a-4f58-a03c-2da593701f04","html_url":"https://github.com/zdharma-continuum/zinit-annex-meta-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zdharma-continuum/zinit-annex-meta-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzinit-annex-meta-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzinit-annex-meta-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzinit-annex-meta-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzinit-annex-meta-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zdharma-continuum","download_url":"https://codeload.github.com/zdharma-continuum/zinit-annex-meta-plugins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzinit-annex-meta-plugins/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264270269,"owners_count":23582420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["zinit","zinit-annex","zsh"],"created_at":"2024-11-14T00:25:50.391Z","updated_at":"2025-07-08T12:33:32.329Z","avatar_url":"https://github.com/zdharma-continuum.png","language":"Shell","funding_links":[],"categories":["Plugins"],"sub_categories":["ZSH on Windows"],"readme":"# Meta-Plugins support for Zsh-Zinit\n\n### **Install groups of plugins via a single, friendly label …**\n\n### **… and also have the curated, optimal ice lists automatically applied !**\n\n![screenshot](https://raw.githubusercontent.com/zdharma-continuum/zinit-annex-meta-plugins/master/images/fuzzy-mplg-ex.png)\n\n## Rationale\n\nIt can be tiring to:\n\n1. Constantly, over and over collect some new interesting plugins to install/load.\n1. Over and over reconstruct the new findings on the new machines.\n1. Constantly extend and tweak the ice list of each plugin, so that it's hard on eyes, especially for an outsider.\n\nMeta-Plugins annex helps in those problems:\n\n|                          Problem                           | Solution                                                                                                                                                                                                                                                                          |\n| :--------------------------------------------------------: | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n|               (1)\u003cbr/\u003e *finding new plugins*               | the annex contains a curated, broad list of plugins, e.g.: all the console tools like `fd`, `fzf`, `exa`, `ripgrep`, etc.,                                                                                                                                                        |\n| (2)\u003cbr/\u003e *reconstructing the findings in new environments* | it's easy to say and memorize e.g.: `zinit for console-tools` – one label pulls a group of plugins and also the curated, optimal, default ice lists for each of them,                                                                                                             |\n| (3)\u003cbr/\u003e *constant increase of complexity of the commands* | the provided, hopefully best/optimal ices for each plugin are handled transparently and automatically; care is given to each ice list so that the plugin loads without any glitches (e.g.: without \"No files for compilation found.\" message and other, even such slight issues). |\n\nOther unique benefits of the Meta-Plugins annex:\n\n|                           Benefit                           | Description                                                                                                                                                                                                                                                                                                        |\n| :---------------------------------------------------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |\n|                     plugin dependencies                     | The meta-plugins implement a dependency mechanism (to some extent), so that e.g.: selecting a from-source built [ogham/exa](https://github.com/ogham/exa) will automatically pull-in also the Rust compiler (available under meta-plugin name: `rust-toolchain`).                                                  |\n| flexible disabling of chosen sub-plugins in any meta-plugin | A meta-plugin can contain many sub-plugins and it's possible to skip installing some of them by the **skip'plg-1 plg-2…'** ice, e.g.: `zinit skip'ripgrep fd' for console-tools`. This way despite that some of the meta-plugins are broad the user still has control over what's and how much is being installed. |\n|               common from-source meta-plugins               | For the plugins that provide the binary programs it is often the case that a meta-plugin exists that'll build the program from source (e.g.: **fuzzy** meta-plugin and its **fuzzy-src** counterpart). This might be handy e.g.: if there's no binary for our machine.                                             |\n\n## The list of the meta-plugins\n\n|   Meta-Plugin ID    | Contained sub-plugins                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |\n| :-----------------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n|     **annexes**     | [zdharma-continuum/zinit-annex-unscope](https://github.com/zdharma-continuum/zinit-annex-unscope), [zdharma-continuum/zinit-annex-as-monitor](https://github.com/zdharma-continuum/zinit-annex-as-monitor), [zdharma-continuum/zinit-annex-patch-dl](https://github.com/zdharma-continuum/zinit-annex-patch-dl), [zdharma-continuum/zinit-annex-rust](https://github.com/zdharma-continuum/zinit-annex-rust), [zdharma-continuum/zinit-annex-submods](https://github.com/zdharma-continuum/zinit-annex-submods), [zdharma-continuum/zinit-annex-bin-gem-node](https://github.com/zdharma-continuum/zinit-annex-bin-gem-node) |\n|   **annexes+con**   | [zdharma-continuum/zinit-console](https://github.com/zdharma-continuum/zinit-console), annexes (**meta-plugin**)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|    **zsh-users**    | [zsh-users/zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting), [zsh-users/zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions), [zsh-users/zsh-completions](https://github.com/zsh-users/zsh-completions)                                                                                                                                                                                                                                                                                                                                                                      |\n| **zsh-users+fast**, | [zdharma-continuum/fast-syntax-highlighting](https://github.com/zdharma-continuum/fast-syntax-highlighting), [zsh-users/zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions), [zsh-users/zsh-completions](https://github.com/zsh-users/zsh-completions)                                                                                                                                                                                                                                                                                                                                                    |\n|                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|     **zdharma**     | [zdharma-continuum/fast-syntax-highlighting](https://github.com/zdharma-continuum/fast-syntax-highlighting), [zdharma-continuum/history-search-multi-word](https://github.com/zdharma-continuum/history-search-multi-word), [zdharma-continuum/zsh-diff-so-fancy](https://github.com/zdharma-continuum/zsh-diff-so-fancy)                                                                                                                                                                                                                                                                                                    |\n|    **zdharma2**     | [zdharma-continuum/zconvey](https://github.com/zdharma-continuum/zconvey), [zdharma-continuum/zui](https://github.com/zdharma-continuum/zui), [zdharma-continuum/zflai](https://github.com/zdharma-continuum/zflai)                                                                                                                                                                                                                                                                                                                                                                                                          |\n|                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|     **molovo**      | [molovo/color](https://github.com/molovo/color), [molovo/revolver](https://github.com/molovo/revolver), [molovo/zunit](https://github.com/molovo/zunit)                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |\n|                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|     **sharkdp**     | [sharkdp/fd](https://github.com/sharkdp/fd), [sharkdp/bat](https://github.com/sharkdp/bat), [sharkdp/hexyl](https://github.com/sharkdp/hexyl), [sharkdp/hyperfine](https://github.com/sharkdp/hyperfine), [sharkdp/vivid](https://github.com/sharkdp/vivid)                                                                                                                                                                                                                                                                                                                                                                  |\n|                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|    **developer**    | [github-issues](https://github.com/Zsh-Packages/github-issues) (**package**), [github-issues-srv](https://github.com/Zsh-Packages/github-issues-srv) (**package**), [molovo/color](https://github.com/molovo/color), [molovo/revolver](https://github.com/molovo/revolver), [molovo/zunit](https://github.com/molovo/zunit), [voronkovich/gitignore](https://github.com/voronkovich/gitignore.plugin.zsh), [jonas/tig](https://github.com/jonas/tig)                                                                                                                                                                         |\n|                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|  **console-tools**  | [dircolors-material](https://github.com/Zsh-Packages/dircolors-material) (**package**), sharkdp (**meta-plugin**), [ogham/exa](https://github.com/ogham/exa), [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep), [jonas/tig](https://github.com/jonas/tig)                                                                                                                                                                                                                                                                                                                                                         |\n|                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|      **fuzzy**      | [fzf](https://github.com/Zsh-Packages/fzf) (**package**), [fzy](https://github.com/Zsh-Packages/fzy) (**package**), [lotabout/skim](https://github.com/lotabout/skim), [peco/peco](https://github.com/peco/peco)                                                                                                                                                                                                                                                                                                                                                                                                             |\n|    **fuzzy-src**    | fzf-go, [fzy](https://github.com/Zsh-Packages/fzy) (**package**), skim-cargo, peco-go                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |\n|                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|     **ext-git**     | [Fakerr/git-recall](https://github.com/Fakerr/git-recall), [paulirish/git-open](https://github.com/paulirish/git-open), [paulirish/git-recent](https://github.com/paulirish/git-recent), [davidosomething/git-my](https://github.com/davidosomething/git-my), [arzzen/git-quick-stats](https://github.com/arzzen/git-quick-stats), [iwata/git-now](https://github.com/iwata/git-now), [tj/git-extras](https://github.com/tj/git-extras), [wfxr/forgit](https://github.com/wfxr/forgit)                                                                                                                                       |\n|                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|   **rust-utils**    | rust-toolchain, cargo-extensions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|     **prezto**      | PZTM::archive, PZTM::directory, PZTM::utility                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |\n\n## Example zshrc\n\n```zsh\n# Installs total of 22 plugins\nzinit for annexes zsh-users+fast console-tools fuzzy\n```\n\n\u003c!-- vim:set ft=markdown tw=81 fo+=a1n autoindent: --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdharma-continuum%2Fzinit-annex-meta-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzdharma-continuum%2Fzinit-annex-meta-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdharma-continuum%2Fzinit-annex-meta-plugins/lists"}