{"id":51379672,"url":"https://github.com/nadimtuhin/ghostty-settings","last_synced_at":"2026-07-03T15:38:39.666Z","repository":{"id":368146967,"uuid":"1283700251","full_name":"nadimtuhin/ghostty-settings","owner":"nadimtuhin","description":"TUI settings manager for the Ghostty terminal — fzf or bash select fallback, no GUI required","archived":false,"fork":false,"pushed_at":"2026-06-29T07:51:43.000Z","size":34,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-29T09:21:57.165Z","etag":null,"topics":["bash","cli","developer-tools","fzf","ghostty","terminal","tui"],"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/nadimtuhin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2026-06-29T06:49:45.000Z","updated_at":"2026-06-29T07:51:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nadimtuhin/ghostty-settings","commit_stats":null,"previous_names":["nadimtuhin/ghostty-settings"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/nadimtuhin/ghostty-settings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadimtuhin%2Fghostty-settings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadimtuhin%2Fghostty-settings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadimtuhin%2Fghostty-settings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadimtuhin%2Fghostty-settings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nadimtuhin","download_url":"https://codeload.github.com/nadimtuhin/ghostty-settings/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadimtuhin%2Fghostty-settings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35092209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"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":["bash","cli","developer-tools","fzf","ghostty","terminal","tui"],"created_at":"2026-07-03T15:38:39.051Z","updated_at":"2026-07-03T15:38:39.655Z","avatar_url":"https://github.com/nadimtuhin.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ghostty-settings\n\nTUI settings manager for the [Ghostty](https://ghostty.org) terminal emulator.\n\nNo GUI. No deps beyond bash. Uses fzf if available, falls back to bash `select` if not.\n\n```\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n  Ghostty Settings\n  Config: ~/.config/ghostty/config\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n  \u003e Theme\n    Font\n    Performance \u0026 Window\n    Keybindings\n    Open config in $EDITOR\n    Exit\n```\n\n## Requirements\n\n- bash 4+\n- ghostty in PATH (for theme/font listing and config reload)\n- fzf (optional — falls back to `select` without it)\n\n## Install\n\n**One-liner (recommended):**\n\n```sh\ncurl -fsSL https://raw.githubusercontent.com/nadimtuhin/ghostty-settings/main/install.sh | bash\n```\n\nInstalls to `~/.local/share/ghostty-settings/` and symlinks to `~/.local/bin/ghostty-settings`.\n\n**Specific version:**\n\n```sh\ncurl -fsSL https://raw.githubusercontent.com/nadimtuhin/ghostty-settings/main/install.sh | bash -s -- --version v1.2.0\n```\n\n**Update to latest:**\n\n```sh\ncurl -fsSL https://raw.githubusercontent.com/nadimtuhin/ghostty-settings/main/install.sh | bash -s -- --update\n```\n\n**Or just clone and run:**\n\n```sh\ngit clone https://github.com/nadimtuhin/ghostty-settings\ncd ghostty-settings\n./ghostty-settings.sh\n```\n\n**Custom install paths:**\n\n```sh\nGHOSTTY_SETTINGS_DIR=~/opt/ghostty-settings \\\nGHOSTTY_SETTINGS_BIN=~/bin \\\n  bash install.sh\n```\n\n## What it does\n\n| Section | What you can change |\n|---------|-------------------|\n| Theme | Pick from all installed themes via `ghostty +list-themes` |\n| Font | Family (from `ghostty +list-fonts`), size, line spacing |\n| Performance \u0026 Window | Scrollback, opacity, padding, cursor, macOS options |\n| Keybindings | View, add, or remove keybind entries |\n\nChanges are validated with `ghostty +validate-config` and reloaded live with `ghostty +reload-config`.\n\n## Config file location\n\nChecked in order:\n1. `$XDG_CONFIG_HOME/ghostty/config`\n2. `~/.config/ghostty/config`\n\nCreated automatically if missing.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnadimtuhin%2Fghostty-settings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnadimtuhin%2Fghostty-settings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnadimtuhin%2Fghostty-settings/lists"}