{"id":28566888,"url":"https://github.com/fab1o/pump-zsh","last_synced_at":"2026-04-28T20:01:11.382Z","repository":{"id":301666637,"uuid":"1009419013","full_name":"fab1o/pump-zsh","owner":"fab1o","description":"An Oh My Zsh plugin with a configurable set of aliases and functions to supercharge your terminal experience, plus custom themes for added style and clarity","archived":false,"fork":false,"pushed_at":"2026-04-28T18:09:30.000Z","size":1158,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-28T18:32:26.685Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fab1o.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":null,"dco":null,"cla":null}},"created_at":"2025-06-27T05:23:55.000Z","updated_at":"2026-04-28T18:09:22.000Z","dependencies_parsed_at":"2026-03-25T00:03:25.613Z","dependency_job_id":null,"html_url":"https://github.com/fab1o/pump-zsh","commit_stats":null,"previous_names":["fab1o/pump-zsh"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fab1o/pump-zsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fab1o%2Fpump-zsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fab1o%2Fpump-zsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fab1o%2Fpump-zsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fab1o%2Fpump-zsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fab1o","download_url":"https://codeload.github.com/fab1o/pump-zsh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fab1o%2Fpump-zsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32396781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":[],"created_at":"2025-06-10T15:39:42.771Z","updated_at":"2026-04-28T20:01:11.342Z","avatar_url":"https://github.com/fab1o.png","language":"Shell","funding_links":[],"categories":["Plugins"],"sub_categories":["ZSH on Windows"],"readme":"# Pump-zsh\n\n**Pump-zsh** is an unofficial 'Oh My Zsh' plugin that provides a configurable set of aliases, functions, and themes to supercharge your terminal workflow.\n\nSee [Wiki](https://github.com/fab1o/pump-zsh/wiki) for more information.\n\n## Installation\n\nThe recommended way to install Pump-zsh is via the provided install script:\n\n```sh\ncurl -fsSL https://raw.githubusercontent.com/fab1o/pump-zsh/refs/heads/main/scripts/install.zsh | zsh \u0026\u0026 zsh\n```\n\n## Themes\n\nIn addition, Pump-zsh includes a collection of [built-in themes](https://github.com/fab1o/pump-zsh/wiki/Themes).\n\nIt also exports an environment variable called `CURRENT_PUMP_SHORT_NAME`, which represents the currently selected project. This can be used to customize your own theme.\n\n## Dependencies\n\nPump-zsh includes a helper script to install all required dependencies. This script relies on [Homebrew](https://brew.sh/).\n\nOnce Homebrew is installed, run the following:\n\n```sh\ncurl -fsSL https://raw.githubusercontent.com/fab1o/pump-zsh/refs/heads/main/scripts/install_deps.zsh | zsh \u0026\u0026 zsh\n```\n\n### Manual Installation\n\nIf you prefer to install dependencies manually, refer to the lists below:\n\n#### Mandatory\n\n* [Oh My Zsh](https://ohmyz.sh/)\n\n#### Required\n\n* [jq](https://jqlang.org/) — for configuration management\n* [gum](https://github.com/charmbracelet/gum) — improves interactive user experience\n* [glow](https://github.com/charmbracelet/glow) — for markdown rendering\n* [GitHub CLI](https://cli.github.com/) — used in commands: `gha`, `pr`, `release`, `rev`, and others\n\n#### Recommended (not installed by the script)\n\n* [nvm](https://github.com/nvm-sh/nvm) — allows you to quickly install and use different versions of Node.js\n* [iTerm2](https://iterm2.com/) — a better Terminal app\n* [Gruvbox iTerm2 color palette](https://github.com/herrbischoff/iterm2-gruvbox) — for a better Terminal appearance\n\n#### Optional (not installed by the script)\n\n* [Oh My Posh](https://ohmyposh.dev/) — works best with [Nerd Fonts](https://ohmyposh.dev/docs/installation/fonts)\n\n## Documentation and Support\n\nRefer to the [Pump-zsh Wiki](https://github.com/fab1o/pump-zsh/wiki/Home) for detailed guides, configuration tips, and advanced usage.\n\nTo see available commands and help options, run in your Terminal:\n\n```sh\nhelp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffab1o%2Fpump-zsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffab1o%2Fpump-zsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffab1o%2Fpump-zsh/lists"}