{"id":16658005,"url":"https://github.com/doughsay/omf-theme-doughsay","last_synced_at":"2025-08-02T14:08:41.450Z","repository":{"id":144783667,"uuid":"86259196","full_name":"doughsay/omf-theme-doughsay","owner":"doughsay","description":"A clean vcs aware oh-my-fish theme with optional asdf right-prompt","archived":false,"fork":false,"pushed_at":"2017-05-21T23:08:34.000Z","size":838,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-10T09:29:48.310Z","etag":null,"topics":["asdf","fish-shell","git","mercurial","oh-my-fish","svn"],"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/doughsay.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":"2017-03-26T19:30:58.000Z","updated_at":"2022-07-27T19:56:33.000Z","dependencies_parsed_at":"2024-07-23T05:07:07.893Z","dependency_job_id":null,"html_url":"https://github.com/doughsay/omf-theme-doughsay","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doughsay/omf-theme-doughsay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doughsay%2Fomf-theme-doughsay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doughsay%2Fomf-theme-doughsay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doughsay%2Fomf-theme-doughsay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doughsay%2Fomf-theme-doughsay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doughsay","download_url":"https://codeload.github.com/doughsay/omf-theme-doughsay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doughsay%2Fomf-theme-doughsay/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268401594,"owners_count":24244464,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["asdf","fish-shell","git","mercurial","oh-my-fish","svn"],"created_at":"2024-10-12T10:02:34.606Z","updated_at":"2025-08-02T14:08:41.414Z","avatar_url":"https://github.com/doughsay.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg\" align=\"left\" width=\"144px\" height=\"144px\"/\u003e\n\n#### doughsay\n\u003e A theme for [Oh My Fish][omf-link].\n\n[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE)\n[![Fish Shell Version](https://img.shields.io/badge/fish-v2.2.0-007EC7.svg?style=flat-square)](https://fishshell.com)\n[![Oh My Fish Framework](https://img.shields.io/badge/Oh%20My%20Fish-Framework-007EC7.svg?style=flat-square)](https://www.github.com/oh-my-fish/oh-my-fish)\n\n\u003cbr/\u003e\n\nA clean vcs aware theme with optional [asdf](https://github.com/asdf-vm/asdf) right-prompt.\n\n## Install\n\n```fish\n$ omf install doughsay\n```\n\n\n## Features\n\n* vcs aware (git, mercurial, svn)\n* [asdf](https://github.com/asdf-vm/asdf) aware (optionally display current tool versions in right-prompt)\n\n\n## Configuration\n\nThe best place to put these is in your `$OMF_CONFIG/init.fish` (usually `~/.config/omf/init.fish`).  Set them by adding a line to that file like this:\n\n```\nset -g theme_display_asdf \"yes\"\n```\n\n* `theme_display_asdf` - set to \"yes\" to display asdf tool versions in right prompt\n* `theme_display_user` - set to \"yes\" to show username and hostname in prompt\n* `theme_hood_ornament` - set to whatever you want to show up at the end of your prompt (defaults to \"λ\")\n\nYou can also configure the VCS symbols used in the prompt:\n\n* `theme_vcs_symbol_ahead` - (defaults to \"+\")\n* `theme_vcs_symbol_behind` - (defaults to \"-\")\n* `theme_vcs_symbol_diverged` - (defaults to \"±\")\n* `theme_vcs_symbol_local` - (defaults to \"\\*\")\n* `theme_vcs_symbol_touched` - (defaults to \"…\")\n* `theme_vcs_symbol_dirty` - (defaults to \"○\")\n* `theme_vcs_symbol_staged` - (defaults to \"●\")\n* `theme_vcs_symbol_dirty_staged` - (defaults to \"◉\")\n\n\n## Screenshots\n\nShowing git repository statuses:\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./screenshot1.png\"\u003e\n\u003c/p\u003e\n\nShowing [asdf](https://github.com/asdf-vm/asdf) tool versions in the right-prompt:\n\n\u003e set -g theme_display_asdf \"yes\"\n\n\u003e NOTE: this requires installing the [asdf plugin](https://github.com/doughsay/omf-asdf) in oh-my-fish: `omf install asdf`\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./screenshot2.png\"\u003e\n\u003c/p\u003e\n\nShowing user@hostname when logged into a remote machine:\n\n\u003e set -g theme_display_user \"yes\"\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./screenshot3.png\"\u003e\n\u003c/p\u003e\n\n\n# License\n\n[MIT][mit] © [Chris Dosé][author] et [al][contributors]\n\n\n[mit]:            https://opensource.org/licenses/MIT\n[author]:         https://github.com/doughsay\n[contributors]:   https://github.com/doughsay/omf-theme-doughsay/graphs/contributors\n[omf-link]:       https://www.github.com/oh-my-fish/oh-my-fish\n\n[license-badge]:  https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoughsay%2Fomf-theme-doughsay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoughsay%2Fomf-theme-doughsay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoughsay%2Fomf-theme-doughsay/lists"}