{"id":27019085,"url":"https://github.com/jabbalaci/zsh-themes-plugins","last_synced_at":"2026-05-03T20:31:38.297Z","repository":{"id":140437974,"uuid":"155550590","full_name":"jabbalaci/zsh-themes-plugins","owner":"jabbalaci","description":"My own ZSH themes and plugins, using the oh-my-zsh framework","archived":false,"fork":false,"pushed_at":"2018-11-04T11:57:08.000Z","size":807,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T19:38:17.726Z","etag":null,"topics":["oh-my-zsh","plugin","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jabbalaci.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":"2018-10-31T12:02:26.000Z","updated_at":"2023-11-02T14:59:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"575760ab-637e-45a9-b532-231d8b69714f","html_url":"https://github.com/jabbalaci/zsh-themes-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jabbalaci/zsh-themes-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fzsh-themes-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fzsh-themes-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fzsh-themes-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fzsh-themes-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jabbalaci","download_url":"https://codeload.github.com/jabbalaci/zsh-themes-plugins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fzsh-themes-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32583905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["oh-my-zsh","plugin","shell","theme","zsh"],"created_at":"2025-04-04T17:19:01.439Z","updated_at":"2026-05-03T20:31:38.280Z","avatar_url":"https://github.com/jabbalaci.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Update (20181104):** I created another repo for my ZSH settings, see here:\n[https://github.com/jabbalaci/jabbas-zsh-settings](https://github.com/jabbalaci/jabbas-zsh-settings).\nThat repo is built manually and doesn't use any framework. Future developments will go into\nthat repo. I also leave this repo here but it's not likely that it would\nget any updates in the future.\n\n# ZSH Themes \u0026 Plugins\n\nHere I collect my ZSH themes and plugins. You can also find here\nmy `~/.zshrc` file.\n\nFor the themes and plugins, you'll need the [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)\nframework.\n\n## Jabba2 theme\n\nA two-row theme, hence the '2' in the name.\n\n### Dark mode (`JABBA_THEME_MODE=\"dark\"`):\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"90%\" src=\"assets/jabba2_dark.png\"\u003e\n\u003c/p\u003e\n\nThis is the default mode.\n\nHere you can see 4 examples.\n* First example, first row: time (in 24h format); the git repo is dirty, thus the name\n  of the branch is in red; current folder. Second row: shortened current folder (like in fish shell).\n* Second example: name of the activated Python virtual environment (if the folder contains a `Pipfile`,\n  then the virt. env. is automatically activated with the help of a plugin); the current\n  folder is a symbolic link. The real (pointed) folder is indicated after the arrow.\n* Third example: the git repo is clean, thus the name of the branch is in green.\n* Fourth example: the current folder contains a `.nimble` file, thus the logo\n  of the Nim programming language is shown.\n\n### Light mode (`JABBA_THEME_MODE=\"light\"`):\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"90%\" src=\"assets/jabba2_light.png\"\u003e\n\u003c/p\u003e\n\nLight mode is also supported.\n\nIf you have ideas how to improve the look and feel of this theme, what colors to use, etc.,\nthen let me know.\n\n### Installation\n\nJust copy the file `jabba2.zsh-theme` to your `~/.oh-my-zsh/custom/themes/` folder. The theme\nuses three plugins: `virtualenv` (part of the oh-my-zsh framework), `jabba-venv`\nand `nim-project`. The latter two plugins can be found in this repository. See my\n`.zshrc` file (also in this repo) how to activate the plugins.\n\n## Jabba1 theme\n\nA one-row theme, hence the '1' in the name. This is a simplified version of the jabba2 theme.\n\n### Dark mode (`JABBA_THEME_MODE=\"dark\"`):\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"90%\" src=\"assets/jabba1_dark.png\"\u003e\n\u003c/p\u003e\n\nThis is the default mode.\n\n### Light mode (`JABBA_THEME_MODE=\"light\"`):\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"90%\" src=\"assets/jabba1_light.png\"\u003e\n\u003c/p\u003e\n\nLight mode is also supported.\n\n### Installation\n\nJust copy the file `jabba1.zsh-theme` to your `~/.oh-my-zsh/custom/themes/` folder. The theme\nuses three plugins: `virtualenv` (part of the oh-my-zsh framework), `jabba-venv`\nand `nim-project`. The latter two plugins can be found in this repository. See my\n`.zshrc` file (also in this repo) how to activate the plugins.\n\n## MS-DOS theme\n\nThis is a fun little theme that mimics the DOS prompt.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"90%\" src=\"assets/msdos.png\"\u003e\n\u003c/p\u003e\n\n### Installation\n\nJust copy the file `msdos.zsh-theme` to your `~/.oh-my-zsh/custom/themes/` folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabbalaci%2Fzsh-themes-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjabbalaci%2Fzsh-themes-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabbalaci%2Fzsh-themes-plugins/lists"}