{"id":30025029,"url":"https://github.com/shyndman/zush","last_synced_at":"2026-04-18T00:04:26.286Z","repository":{"id":308414425,"uuid":"1030719605","full_name":"shyndman/zush","owner":"shyndman","description":"Mid-performance ZSH configuration framework with instant prompts and lazy loading. Features plugin management, auto-compilation, and sub-200ms startup times. 🦥","archived":false,"fork":false,"pushed_at":"2026-04-05T12:49:15.000Z","size":321,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-05T14:30:07.219Z","etag":null,"topics":["dotfiles","plugin-manager","shell","zsh","zshrc","zwc"],"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/shyndman.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-08-02T07:10:24.000Z","updated_at":"2026-04-05T12:49:23.000Z","dependencies_parsed_at":"2026-01-19T05:22:02.548Z","dependency_job_id":"e4ac102a-05bc-4ba7-bc02-f86674aad206","html_url":"https://github.com/shyndman/zush","commit_stats":null,"previous_names":["shyndman/zush"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shyndman/zush","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyndman%2Fzush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyndman%2Fzush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyndman%2Fzush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyndman%2Fzush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shyndman","download_url":"https://codeload.github.com/shyndman/zush/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyndman%2Fzush/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31950895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dotfiles","plugin-manager","shell","zsh","zshrc","zwc"],"created_at":"2025-08-06T07:43:48.278Z","updated_at":"2026-04-18T00:04:26.279Z","avatar_url":"https://github.com/shyndman.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zush 🦥 - Mid-Performance ZSH Configuration\n\n[![pre-commit](https://github.com/shyndman/zush/actions/workflows/pre-commit.yml/badge.svg?branch=main)](https://github.com/shyndman/zush/actions/workflows/pre-commit.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n[![Shell: zsh](https://img.shields.io/badge/Shell-zsh-informational)](https://www.zsh.org/)\n\nMy personal ZSH configuration framework.\n\nA performance-aware ZSH configuration designed for sub-200ms startup times while maintaining full functionality.\n\n## Installation\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/shyndman/zush/main/install.sh | zsh\n```\n\n## Features\n\n- **Instant Prompts** - Basic prompt appears immediately, full prompt loads after ~129ms\n- **Plugin Management** - Simple `zushp user/repo` command to install GitHub plugins  \n- **Lazy Loading** - Tools like nvm, pyenv, cargo load only when needed\n- **Auto-compilation** - All ZSH files compiled with zcompile for faster loading\n- **Smart Caching** - Environment changes cached for instant startup\n\n## Commands\n\n```bash\nzushp user/repo     # Install plugin\nzushp_update        # Update all plugins\nzush_clean          # Clean all caches and plugins\n```\n\n## Development\n\n### Pre-commit checks\n\n1. Install the tooling dependencies: `pre-commit`, `shellcheck`, and `shfmt` (Homebrew: `brew install pre-commit shellcheck shfmt`).\n2. Enable hooks locally with `pre-commit install`.\n3. Run everything once before sending a PR: `pre-commit run --all-files`.\n\nHooks currently enforce:\n- `shellcheck` (with Zsh-friendly flags) on rc.d scripts, `home/.zshenv`, `install.sh`, and any shell helpers under `scripts/`.\n- `shfmt --diff` on Bash-compatible scripts (`install.sh`, `scripts/*.sh`).\n- `zsh -n` syntax validation across `.zsh/.sh` sources plus completions.\n- A `zcompile` dry run on `lib/*.zsh`, `rc.d/*.zsh`, and `home/.zshenv` to ensure everything remains compilable.\n\n## Performance\n\nCurrent startup time: ~129ms with instant prompts providing immediate visual feedback.\n\n---\n\n*Mid-performance by design. 🦥*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshyndman%2Fzush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshyndman%2Fzush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshyndman%2Fzush/lists"}