{"id":13344204,"url":"https://github.com/gpanders/fzf-prezto","last_synced_at":"2025-05-07T05:49:24.797Z","repository":{"id":102162276,"uuid":"147139441","full_name":"gpanders/fzf-prezto","owner":"gpanders","description":"fzf module for prezto zsh framework","archived":false,"fork":false,"pushed_at":"2021-10-18T13:22:00.000Z","size":7,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T05:49:18.539Z","etag":null,"topics":["fzf","prezto","zsh"],"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/gpanders.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":"2018-09-03T02:04:03.000Z","updated_at":"2024-11-28T23:35:11.000Z","dependencies_parsed_at":"2023-07-11T17:16:50.577Z","dependency_job_id":null,"html_url":"https://github.com/gpanders/fzf-prezto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpanders%2Ffzf-prezto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpanders%2Ffzf-prezto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpanders%2Ffzf-prezto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpanders%2Ffzf-prezto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gpanders","download_url":"https://codeload.github.com/gpanders/fzf-prezto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252823693,"owners_count":21809709,"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":["fzf","prezto","zsh"],"created_at":"2024-07-29T19:32:53.144Z","updated_at":"2025-05-07T05:49:24.775Z","avatar_url":"https://github.com/gpanders.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fzf module for prezto\n\nThis module adds configuration for [fzf](https://github.com/junegunn/fzf) to\nthe [prezto](https://github.com/sorin-ionescu/prezto) Zsh configuration\nframework.\n\n## Installation\n\nzprezto will load external modules found in the `$ZDOTDIR/.zprezto/contrib`\ndirectory.\n\n ```zsh\n mkdir -p $ZDOTDIR/.zprezto/contrib \u0026\u0026 cd $_\n git clone https://github.com/gpanders/fzf-prezto.git fzf\n cd fzf\n git submodule update --init\n ```\n\nIf you already have fzf installed, then the init script will detect your\ninstallation. Otherwise, you can install fzf by running:\n\n```zsh\n$ZDOTDIR/.zprezto/contrib/fzf/external/install --bin\n```\n\n## prezto parameters\n\nThis module adds the following configuration options to your prezto \ninstallation:\n\n```zsh\n# Use keybindings\nzstyle ':prezto:module:fzf' key-bindings 'yes'\n\n# Use completion\nzstyle ':prezto:module:fzf' completion 'yes'\n\n# Set height of the fzf results (comment for full screen)\nzstyle ':prezto:module:fzf' height '30%'\n\n# Open fzf results in a tmux pane (if using tmux)\nzstyle ':prezto:module:fzf' tmux 'yes'\n\n# Set colorscheme\n# A list of available colorschemes is available in color.zsh\n# To add more color schemes of your own, consult\n# https://github.com/junegunn/fzf/wiki/Color-schemes and add values to the\n# color.zsh file accordingly\nzstyle ':prezto:module:fzf' colorscheme 'Solarized Light'\n```\n\nAdd the above lines to your `.zpreztorc` file.\n\n## Colorscheme\n\nThe `color.zsh` file currently contains three color schemes:\n[Solarized](https://ethanschoonover.com/solarized/) (both dark and light\nvariants) and [Atom's One Dark](https://atom.io/themes/one-dark-syntax). You\ncan add more color schemes of your own in this file and activate them by\nsetting the appropriate `zstyle` in `.zpreztorc`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpanders%2Ffzf-prezto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgpanders%2Ffzf-prezto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpanders%2Ffzf-prezto/lists"}