{"id":31074154,"url":"https://github.com/kyhyco/kysh","last_synced_at":"2026-05-07T04:39:00.467Z","repository":{"id":314474859,"uuid":"1054867441","full_name":"kyhyco/kysh","owner":"kyhyco","description":"battery included zsh experience","archived":false,"fork":false,"pushed_at":"2025-09-12T17:56:51.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-12T18:45:52.786Z","etag":null,"topics":["cli","productivity","shell","terminal","zsh","zsh-configuation"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kyhyco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-11T12:46:33.000Z","updated_at":"2025-09-12T17:56:55.000Z","dependencies_parsed_at":"2025-09-12T18:45:54.628Z","dependency_job_id":"e1e69f29-ec81-4de7-90a9-043a015eb233","html_url":"https://github.com/kyhyco/kysh","commit_stats":null,"previous_names":["kyhyco/kysh"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/kyhyco/kysh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyhyco%2Fkysh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyhyco%2Fkysh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyhyco%2Fkysh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyhyco%2Fkysh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyhyco","download_url":"https://codeload.github.com/kyhyco/kysh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyhyco%2Fkysh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275348511,"owners_count":25448626,"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","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","productivity","shell","terminal","zsh","zsh-configuation"],"created_at":"2025-09-16T02:04:03.529Z","updated_at":"2025-09-16T02:04:08.128Z","avatar_url":"https://github.com/kyhyco.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kysh\n\n`kysh` is a batteries included zsh experience.\nA modular Zsh configuration with modern tooling and clean organization.\n\n## Features\n\n- **Modular design** - Organized into focused configuration files\n- **Modern tooling** - Integrated with mise, fzf, and powerlevel10k\n- **Git integration** - Enhanced git aliases and workflow\n- **Syntax highlighting** - Real-time command syntax highlighting\n- **History sharing** - Shared history across sessions\n\n## Installation\n\nClone the repository with submodules:\n\n```bash\ngit clone --recursive https://github.com/kyhyco/kysh ~/.config/kysh\n```\n\nAdd to your `~/.zshrc`:\n\n```bash\nsource ~/.config/kysh/kysh.zsh\n```\n\nRestart your shell or run:\n\n```bash\nexec zsh\n```\n\nInstall additional external dependencies:\n\n```bash\nbrew install fzf eza fd tree lazygit gh jq\ngh extension install kyhyco/gh-fh\n```\n\nRun this command for `gu` alias:\n\n```bash\ngit config --global alias.unadd reset HEAD\n```\n\n*Note:* Recommended to use either kitty terminal or nerdpatched fonts to display language icons in the prompt when using with `mise`.\n\n## Updating\n\nTo update kysh to the latest version, run:\n\n```bash\nkysh-update\n```\n\nThis will pull the latest changes and update all submodules. After updating, reload your shell with `sz`.\n\n## Dependencies\n\n### Git Submodules\n\n- **powerlevel10k** - Fast and customizable prompt theme\n- **zsh-syntax-highlighting** - zsh syntax highlighting\n- **zsh-autosuggestions** - zsh autosuggestions\n\n### External Tools\n\n- **mise** - Runtime version manager\n- **fzf** - Fuzzy finder for enhanced searching\n- **eza** - `ls` replacement\n\n## Features Detail\n\n### Mise Integration\n\n- Automatically displays active tool versions in prompt\n- Only shows when `mise.toml` is present in directory tree\n- Supports multiple language runtimes\n\n### Git Aliases\n\nEnhanced git workflow with aliases like:\n\n- `g` - git\n- `ga` - git add\n- `gl` - git log\n- And many more in `alias/alias-git.zsh`\n\n### FZF Integration\n\nEnhanced command-line experience with:\n\n- Ctrl+R - Command history search\n- Ctrl+T - File search (Ctrl+D after to switch to Directory search)\n- Alt+C  - Directory navigation\n\n## Structure\n\n```\nkysh/\n├── external/                # Git submodules\n│   ├── powerlevel10k/\n│   ├── zsh-autosuggestions/\n│   └── zsh-syntax-highlighting/\n├── completions/             # Custom completions\n├── kysh.zsh                 # Main entry point\n├── settings.zsh             # Core settings\n├── alias.zsh                # Alias definitions\n└── secrets.zsh              # Local secrets (gitignored)\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Test with a clean zsh installation\n5. Submit a pull request\n\n## License\n\nMIT License - see LICENSE file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyhyco%2Fkysh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyhyco%2Fkysh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyhyco%2Fkysh/lists"}