{"id":21639370,"url":"https://github.com/sudorook/fishy-lite","last_synced_at":"2025-05-07T15:48:46.805Z","repository":{"id":40329671,"uuid":"105378710","full_name":"sudorook/fishy-lite","owner":"sudorook","description":"Stripped-down fork of fishy theme found in oh-my-zsh.","archived":false,"fork":false,"pushed_at":"2024-12-16T02:09:57.000Z","size":472,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T11:35:33.108Z","etag":null,"topics":["fishy","zsh","zsh-theme"],"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/sudorook.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}},"created_at":"2017-09-30T15:17:50.000Z","updated_at":"2024-12-16T02:10:02.000Z","dependencies_parsed_at":"2024-01-03T04:29:38.522Z","dependency_job_id":"b17d67b5-a893-41c1-8daf-d85c177aea3b","html_url":"https://github.com/sudorook/fishy-lite","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/sudorook%2Ffishy-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudorook%2Ffishy-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudorook%2Ffishy-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudorook%2Ffishy-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sudorook","download_url":"https://codeload.github.com/sudorook/fishy-lite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252909659,"owners_count":21823664,"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":["fishy","zsh","zsh-theme"],"created_at":"2024-11-25T04:13:35.651Z","updated_at":"2025-05-07T15:48:46.770Z","avatar_url":"https://github.com/sudorook.png","language":"Shell","funding_links":[],"categories":["Themes"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)"],"readme":"# fishy-lite\n\nFork of the fishy theme found in oh-my-zsh, with much of the extraneous stuff\ncut out. Loads much faster.\n\nAlso includes battery gauges and git display that can be enabled on the\nright-hand side of the prompt.\n\nWhat's removed from oh-my-zsh:\n\n1. Bazaar integration\n2. Non-git prompts (RVM, NVM, Mercurial, etc.)\n\nThe theme also combines all the relevant oh-my-zsh lib/ files into a single\none. That, along with the exclusions, speeds up zsh load times from unbearable\n(default oh-my-zsh) to tolerable on underpowered hardware, such as SoC devices,\nvery old computers, etc.\n\n![Screenshot](assets/theme.png)\n\n**Note:** Screenshots are of GNOME terminal with Ubuntu Mono Regular, 14pt.\n\n\n## Installation \n\n### Manual\n\nClone this repo and source fishy.zsh in your zshrc, e.g.:\n```\nsource /path/to/fishy-lite/fishy.zsh\n```\n\nTo enable the battery gauge or git prompt, source the battery-gauge.zsh and\ngit-prompt.zsh files, respectively.\n```\nsource /path/to/fishy-lite/battery-gauge.zsh\nsource /path/to/fishy-lite/git-prompt.zsh\n```\n\n### Antigen\n\nAntigen compatibility is provided by the symlinks in the plugins/ and themes/\ndirectories. Add the following to your zshrc to enable the custom fishy theme:\n```\nantigen theme sudorook/fishy-lite themes/fishy\n```\n\nTo add the battery gauge and git prompt:\n```\nantigen bundle sudorook/fishy-lite plugins/git\nantigen bundle sudorook/fishy-lite plugins/battery\n```\n\n\n## Extras\n\nThe theme comes with the option of three different battery prompts. All three\ncan be enabled simultaneously, and to enable one, edit your zshrc as follows:\n\n### Bar gauge (default)\n\n![Level gauge screenshot](assets/bar.png)\n\nWorks on command line TTYs (i.e. no display server).\n\n#### Manual\n```\nsource /path/to/fishy-lite/battery/bar.zsh\n```\n\n#### Antigen\n```\nantigen bundle sudorook/fishy-lite plugins/battery-bar\n```\n\n### Block gauge\n\n![Block gauge screenshot](assets/block.png)\n\nWorks on command line TTYs (i.e. no display server).\n\n#### Manual\n```\nsource /path/to/fishy-lite/battery/block.zsh\n```\n\n#### Antigen\n```\nantigen bundle sudorook/fishy-lite plugins/battery-block\n```\n\n### Circle gauge\n\n![Circle gauge screenshot](assets/circle.png)\n\n#### Manual\n```\nsource /path/to/fishy-lite/battery/circle.zsh\n```\n\n#### Antigen\n```\nantigen bundle sudorook/fishy-lite plugins/battery-circle\n```\n\n### Icon gauge\n\n![Percentage screenshot](assets/icon.png)\n\n**Note:** This requires Nerd-patched fonts.\n\n#### Manual\n```\nsource /path/to/fishy-lite/battery/icon.zsh\n```\n\n#### Antigen\n```\nantigen bundle sudorook/fishy-lite plugins/battery-icon\n```\n\n### Percentage gauge\n\n![Percentage screenshot](assets/percent.png)\n\nWorks on command line TTYs (i.e. no display server).\n\n#### Manual\n```\nsource /path/to/fishy-lite/battery/percent.zsh\n```\n\n#### Antigen\n```\nantigen bundle sudorook/fishy-lite plugins/battery-percent\n```\n\n**NOTE:** For the battery gauges to work, you'll need to have acpi installed\nand be using a terminal that supports UTF-8 characters.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudorook%2Ffishy-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsudorook%2Ffishy-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudorook%2Ffishy-lite/lists"}