{"id":13512384,"url":"https://github.com/simnalamburt/shellder","last_synced_at":"2025-04-05T14:09:19.748Z","repository":{"id":66204496,"uuid":"48925105","full_name":"simnalamburt/shellder","owner":"simnalamburt","description":":shell: Featured zsh/fish shell theme","archived":false,"fork":false,"pushed_at":"2022-06-20T20:06:42.000Z","size":465,"stargazers_count":295,"open_issues_count":12,"forks_count":52,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-29T13:11:27.314Z","etag":null,"topics":["fish","shell-theme","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simnalamburt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-01-02T21:55:43.000Z","updated_at":"2025-03-24T22:47:43.000Z","dependencies_parsed_at":"2023-05-29T19:30:23.254Z","dependency_job_id":null,"html_url":"https://github.com/simnalamburt/shellder","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/simnalamburt%2Fshellder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simnalamburt%2Fshellder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simnalamburt%2Fshellder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simnalamburt%2Fshellder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simnalamburt","download_url":"https://codeload.github.com/simnalamburt/shellder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345854,"owners_count":20924102,"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":["fish","shell-theme","zsh"],"created_at":"2024-08-01T03:01:48.048Z","updated_at":"2025-04-05T14:09:19.726Z","avatar_url":"https://github.com/simnalamburt.png","language":"Shell","readme":"**UNMAINTAINED**: I don't use MSYS2 anymore so I don't maintain this project\nanymore. If you want to use shellder, consider the alternatives below:\n\n1.  [powerlevel10k](https://github.com/romkatv/powerlevel10k)\n    - Lowest latency. Utilizes async tasks and gitstatusd.\n    - Only for ZSH\n    - Not suits with MSYS2 or Cygwin since it's a big shell scripts. (But who uses MSYS2/Cygwin while we have WSL2?)\n2.  [starship](https://starship.rs/)\n    - Higher latency than powerlevel10k, but still it's faster than most shell themes.\n    - Compatible with many shell environments (i.e. Powershell, bash, tcsh, fish, ...)\n    - No slowdown in MSYS2 or Cygwin since it's a Rust binary not a shell script.\n\n\u0026nbsp;\n\n--------\n\n\u0026nbsp;\n\n\u003cimg align=left width=175px height=175px\nsrc=\"https://raw.githubusercontent.com/simnalamburt/i/master/shellder/shellder.png\"\u003e\n\nshellder\n========\n1. **No solarized** ― xterm256 colors are beautiful enough\n2. **zsh** + **fish** support\n3. **Speed** ― Carefully optimized for slow environments like MSYS2\n\n\u0026nbsp;\n\n![screenshot image of shellder](https://raw.githubusercontent.com/simnalamburt/i/master/shellder/screenshot.png)\n\nInstallation\n--------\nYou can install shellder via various plugin managers.\n\n### Zsh, [zinit]\n```zsh\n# ~/.zshrc\nzinit light simnalamburt/shellder\n```\n\n### Fish, [chips]\n```yaml\n# ~/.config/chips/plugin.yaml\ngithub:\n- simnalamburt/shellder\n```\n\n### Fish, [oh-my-fish]\n```yaml\n# ~/.config/chips/plugin.yaml\ngithub:\n- simnalamburt/shellder\n```\n\n\u0026nbsp;\n\nConfiguration\n-------\nYou can turn off Fish-like path shrinking by adding the following to your `~/.zshrc`:\n\n```zsh\n# ~/.zshrc\nexport SHELLDER_KEEP_PATH=1\n```\n\nTo control path shrinking in fish shell, set `fish_prompt_pwd_dir_length` or `fish_prompt_pwd_full_dirs` environment variable. See [prompt_pwd](https://fishshell.com/docs/current/cmds/prompt_pwd.html) for the further details.\n\n\u0026nbsp;\n\n## Fonts\nYou'll need a powerline patched font. If you don't have one, download one or\npatch some fonts on you own.\n\n- https://github.com/powerline/fonts\n- https://github.com/ryanoasis/nerd-fonts\n\n\u0026nbsp;\n\n--------\n*shellder* is primarily distributed under the terms of both the [MIT license]\nand the [Apache License (Version 2.0)]. See [COPYRIGHT] for details.\n\n[zinit]: https://github.com/zdharma/zinit\n[chips]: https://github.com/xtendo-org/chips\n[oh-my-fish]: https://github.com/oh-my-fish/oh-my-fish\n[MIT license]: LICENSE-MIT\n[Apache License (Version 2.0)]: LICENSE-APACHE\n[COPYRIGHT]: COPYRIGHT\n","funding_links":[],"categories":["Themes","Shell"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimnalamburt%2Fshellder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimnalamburt%2Fshellder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimnalamburt%2Fshellder/lists"}