{"id":19046668,"url":"https://github.com/dracula/zsh","last_synced_at":"2025-04-05T11:13:02.115Z","repository":{"id":8640598,"uuid":"59148668","full_name":"dracula/zsh","owner":"dracula","description":"🧛🏻‍♂️ Dark theme for ZSH","archived":false,"fork":false,"pushed_at":"2024-08-01T14:48:13.000Z","size":572,"stargazers_count":278,"open_issues_count":11,"forks_count":69,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-29T10:09:49.667Z","etag":null,"topics":["dark-theme","dracula","theme","zsh"],"latest_commit_sha":null,"homepage":"https://draculatheme.com/zsh","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/dracula.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}},"created_at":"2016-05-18T20:24:35.000Z","updated_at":"2025-03-15T13:34:30.000Z","dependencies_parsed_at":"2024-06-20T00:26:11.896Z","dependency_job_id":"a2676f2a-3134-42f1-b697-2b965dc04dae","html_url":"https://github.com/dracula/zsh","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracula%2Fzsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracula%2Fzsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracula%2Fzsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracula%2Fzsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dracula","download_url":"https://codeload.github.com/dracula/zsh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325696,"owners_count":20920714,"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":["dark-theme","dracula","theme","zsh"],"created_at":"2024-11-08T22:56:10.832Z","updated_at":"2025-04-05T11:13:02.097Z","avatar_url":"https://github.com/dracula.png","language":"Shell","funding_links":[],"categories":["Themes"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)"],"readme":"# Dracula for [ZSH](http://zsh.org)\n\n\u003e A dark theme for [ZSH](http://zsh.org).\n\n![Screenshot](./screenshot.png)\n\n## Install\n\nAll instructions can be found at [draculatheme.com/zsh](https://draculatheme.com/zsh).\n\n## Configuration\n\n### Disabling Git Segment\n\nThe git segment can be disabled by setting the following in the config:\n\n```\nDRACULA_DISPLAY_GIT=0\n```\n\n### Time Segment\n\nThe time segment shows a clock in either a 12 or 24 hour format\nbased on your locale. To enable it, use the following in your config file:\n\n```\nDRACULA_DISPLAY_TIME=1\n```\n\nIf you want to set the time format, you can set this using the\n[strftime(3)](https://manpage.me/?q=strftime) format. For example to use a 24\nhour format:\n\n```\nDRACULA_TIME_FORMAT=\"%-H:%M\"\n```\n\n### Context Segment\n\nThe context segment shows the username, and, if the user is root or logged in via\nSSH, the hostname of the system. To enable this segment, use the following in your config file:\n\n```\nDRACULA_DISPLAY_CONTEXT=1\n```\n\n### Directory Segment\n\nThe current working directory is displayed as base name only.  To display full\npath, use the following in your config file:\n\n```\nDRACULA_DISPLAY_FULL_CWD=1\n```\n\n### Status Segment Indicator\n\nThe status segment indicator (the arrow at the beginning), can be changed by setting the `DRACULA_ARROW_ICON` variable. For example, to use an ASCII '-\u003e':\n\n```sh\nDRACULA_ARROW_ICON=\"-\u003e \"\n\n```\n\n### Custom Segment\n\nThe custom segment can be changed by setting the `DRACULA_CUSTOM_VARIABLE` environmental variable.\n\n```sh\nexport DRACULA_CUSTOM_VARIABLE=AWS:PROD:EU-WEST-1\n```\n\n### New Line for commands\n\nYou can display a new line for your commands. So you are able to split the terminal infos and the following command in seperate lines.\n\n```sh\nDRACULA_DISPLAY_NEW_LINE=1\n```\n\n### Git Locking\n\nThis program automatically makes use of git's `--no-optional-locks` option,\nand it should automatically detect if your version supports the option. However,\nif, for some reason, the automatically detected values are incorrect, you can\nforcefully disable or enable the functionality by setting the variable\n`DRACULA_GIT_NOLOCK` to 0 or 1, respectively.\n\n## Team\n\nThis theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/zsh/graphs/contributors).\n\n| [![Avalon Williams](https://avatars0.githubusercontent.com/u/30708886?s=70)](https://github.com/avalonwilliams) |\n| --------------------------------------------------------------------------------------------------------------- |\n| [Avalon Williams](https://github.com/avalonwilliams)                                                            |\n\n## Community\n\n- [Twitter](https://twitter.com/draculatheme) - Best for getting updates about themes and new stuff.\n- [GitHub](https://github.com/dracula/dracula-theme/discussions) - Best for asking questions and discussing issues.\n- [Discord](https://draculatheme.com/discord-invite) - Best for hanging out with the community.\n\n## License\n\n[MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracula%2Fzsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdracula%2Fzsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracula%2Fzsh/lists"}