{"id":19052101,"url":"https://github.com/bigpick/spaceduck-zsh-syntax-highlighting","last_synced_at":"2026-06-25T12:31:30.172Z","repository":{"id":49909256,"uuid":"373965338","full_name":"bigpick/spaceduck-zsh-syntax-highlighting","owner":"bigpick","description":"A Spaceduck theme for zsh-syntax-highlighting.","archived":false,"fork":false,"pushed_at":"2021-06-08T11:56:23.000Z","size":427,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T00:42:09.131Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bigpick.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}},"created_at":"2021-06-04T21:42:26.000Z","updated_at":"2022-01-13T03:39:49.000Z","dependencies_parsed_at":"2022-09-16T22:11:06.790Z","dependency_job_id":null,"html_url":"https://github.com/bigpick/spaceduck-zsh-syntax-highlighting","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bigpick/spaceduck-zsh-syntax-highlighting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpick%2Fspaceduck-zsh-syntax-highlighting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpick%2Fspaceduck-zsh-syntax-highlighting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpick%2Fspaceduck-zsh-syntax-highlighting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpick%2Fspaceduck-zsh-syntax-highlighting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigpick","download_url":"https://codeload.github.com/bigpick/spaceduck-zsh-syntax-highlighting/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpick%2Fspaceduck-zsh-syntax-highlighting/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260109487,"owners_count":22960031,"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":[],"created_at":"2024-11-08T23:20:55.719Z","updated_at":"2026-06-25T12:31:30.153Z","avatar_url":"https://github.com/bigpick.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spaceduck for [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)\n\n\u003e A [spaceduck](https://github.com/pineapplegiant/spaceduck) theme for [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)\n\n![Screenshot](./screenshot.png)\n\n\n## Install\n\nFirst, get the source code via one of the download methods, then proceed to activating.\n\n### Getting Theme\n#### Download using Git\n\nIf you are a git user, you can install the theme and keep up to date by cloning the repo:\n\n```bash\ngit clone git@github.com:bigpick/spaceduck-zsh-syntax-highlighting.git\n```\n\n#### Download manually\n\nDownload using the [GitHub .zip download](https://github.com/bigpick/spaceduck-colorls/archive/main.zip) option and unzip them.\n\n### Activating theme\n\n1. First you need to have installed and switched to using [ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH). \n2. Then, you need to have installed the [\"fish shell-like syntax highlighting for ZSH\", zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting).\n    * Just follow the [installation](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md) steps for install.\n3. Add this theme's relevant settings to your `~/.zshrc`.\n    * Copy the contents of the [spaceduck_zsh_syntax_highlighting.bash](https://github.com/bigpick/spaceduck-zsh-syntax-highlighting/blob/main/spaceduck_zsh_syntax_highlighting.bash) file, and paste into your zshrc file at `~/.zshrc`:\n        \n        ```bash\n        # cat + copy\n        cat ./spaceduck_zsh_syntax_highlighting.bash # | pbcopy (if on macOS)\n        vim ~/.zshrc \n        # paste before you activate the zsh-syntax-highlighting, see note below\n        ```\n    * **Note**: If you installed zsh-syntax-highlighting [via git](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md#in-your-zshrc), or [site wide](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md#system-wide-installation), be sure to paste the contents of the file _before_ the following line in your `~/.zshrc` file:\n\n      ```bash\n      # which looks something like so:\n      source ...zsh-syntax-highlighting/zsh-syntax-highlighting.zsh\n      ```\n\n   * **Note**: If you installed zsh-syntax-highlighting [via a plugin manager](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md#with-a-plugin-manager), be sure to paste the contents of the file _before_ you activate the utility via it's plugin invocation.\n\n4. Start a new zsh session:\n\n    ```bash\n    exec zsh\n    ```\n\n    ... and confirm it's working.\n\n## License\n\n[MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigpick%2Fspaceduck-zsh-syntax-highlighting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigpick%2Fspaceduck-zsh-syntax-highlighting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigpick%2Fspaceduck-zsh-syntax-highlighting/lists"}