{"id":13897718,"url":"https://github.com/zdharma-continuum/zinit-configs","last_synced_at":"2025-04-10T00:35:51.899Z","repository":{"id":38417818,"uuid":"423383521","full_name":"zdharma-continuum/zinit-configs","owner":"zdharma-continuum","description":"Real-world configuration files (basically zshrc-s) holding Zinit (former Zplugin) invocations","archived":false,"fork":false,"pushed_at":"2023-04-16T05:39:44.000Z","size":346,"stargazers_count":60,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T00:09:21.342Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","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-11-01T08:02:56.000Z","updated_at":"2025-03-31T03:36:24.000Z","dependencies_parsed_at":"2024-04-12T21:59:46.583Z","dependency_job_id":null,"html_url":"https://github.com/zdharma-continuum/zinit-configs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzinit-configs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzinit-configs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzinit-configs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzinit-configs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zdharma-continuum","download_url":"https://codeload.github.com/zdharma-continuum/zinit-configs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137841,"owners_count":21053770,"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":[],"created_at":"2024-08-06T18:03:49.664Z","updated_at":"2025-04-10T00:35:51.879Z","avatar_url":"https://github.com/zdharma-continuum.png","language":"Shell","funding_links":[],"categories":["Tutorials","Shell"],"sub_categories":["Zinit (né zplugin)"],"readme":"# Zinit Configurations\u003ca name=\"zinit-configurations\"\u003e\u003c/a\u003e\n\n\u003c!-- mdformat-toc start --slug=github --maxlevel=6 --minlevel=2 --\u003e\n\n- [Searching the repository](#searching-the-repository)\n- [Submitting zshrc](#submitting-zshrc)\n- [The repository structure](#the-repository-structure)\n  - [Requirements](#requirements)\n  - [fzf](#fzf)\n  - [fzy](#fzy)\n- [Running a configuration](#running-a-configuration)\n\n\u003c!-- mdformat-toc end --\u003e\n\n## Searching the repository\u003ca name=\"searching-the-repository\"\u003e\u003c/a\u003e\n\nUse the Github search interface – just enter a query (i.e., `trapd00r/LS_COLORS` like in the picture below, to find\nzshrc with references to this plugin, and ensure that you activate the \"*in this repository*\" variant of the search:\n\n![Starting search](https://raw.githubusercontent.com/zdharma-continuum/zinit-configs/img/srch.png)\n\nThen, results should appear like below:\n\n![Search results](https://raw.githubusercontent.com/zdharma-continuum/zinit-configs/img/srch-rslt.png)\n\n## Submitting zshrc\u003ca name=\"submitting-zshrc\"\u003e\u003c/a\u003e\n\nOpen a PR\n\n## The repository structure\u003ca name=\"the-repository-structure\"\u003e\u003c/a\u003e\n\nThe structure of the repository is very simple: in its main directory there are directories located, named after the\nuser-names of the submitting users. In those directories there are the zshrc files that the user decided to share.\n\n### Requirements\u003ca name=\"requirements\"\u003e\u003c/a\u003e\n\nYou should have [docker](https://docs.docker.com/install/) and `zsh` installed to use this functionality.\n\n[fzf](https://github.com/junegunn/fzf) or [fzy](https://github.com/jhawthorn/fzy) in your `$PATH`. You might choose to\ninstall any of them via zinit:\n\n### fzf\u003ca name=\"fzf\"\u003e\u003c/a\u003e\n\n```zsh\nzinit for \\\n    as\"command\" \\\n    from\"gh-r\" \\\n    load \\\n  @junegunn/fzf-bin\n```\n\n### fzy\u003ca name=\"fzy\"\u003e\u003c/a\u003e\n\n```zsh\nzinit for \\\n    as\"command\" \\\n    atclone\"cp contrib/fzy-* $ZPFX/bin/\" \\\n    load \\\n    make\"!PREFIX=$ZPFX install\" \\\n    pick\"$ZPFX/bin/fzy*\" \\\n  @jhawthorn/fzy\n```\n\nKeep in mind you will need a few Gb of free space to store docker images.\n\n## Running a configuration\u003ca name=\"running-a-configuration\"\u003e\u003c/a\u003e\n\nTo try a configuration, you have to clone this repository and execute a `run.sh` script:\n\n```zsh\ngit clone https://github.com/zdharma-continuum/zinit-configs\ncd zinit-configs\n./run.sh\n```\n\nOr you can install this repository as a `zsh` plugin!\n\n```zsh\nzinit load zdharma-continuum/zinit-configs\nzinit configs\n```\n\nNow you will have to wait for a few minutes, while the required environment is being installed into the docker image.\nThe next time you will want to try a configuration, loading it will take less time.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdharma-continuum%2Fzinit-configs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzdharma-continuum%2Fzinit-configs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdharma-continuum%2Fzinit-configs/lists"}