{"id":14982843,"url":"https://github.com/mizunarei/unix_shell_plugins_setup","last_synced_at":"2026-03-07T21:31:25.997Z","repository":{"id":54231840,"uuid":"495244177","full_name":"MizunaRei/unix_shell_plugins_setup","owner":"MizunaRei","description":"unix shell plugins installer","archived":false,"fork":false,"pushed_at":"2022-12-05T09:51:05.000Z","size":533,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T04:46:26.009Z","etag":null,"topics":["autocomplete","bash","bashrc","fish","fish-shell","shell","zsh","zsh-completions","zsh-custom","zsh-plugin","zsh-plugins","zsh-prompt","zsh-theme","zshell","zshrc"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MizunaRei.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":"2022-05-23T03:21:19.000Z","updated_at":"2025-03-04T11:48:33.000Z","dependencies_parsed_at":"2023-01-23T01:15:19.188Z","dependency_job_id":null,"html_url":"https://github.com/MizunaRei/unix_shell_plugins_setup","commit_stats":null,"previous_names":["mizunarei/unix_shell_plugins_setup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MizunaRei%2Funix_shell_plugins_setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MizunaRei%2Funix_shell_plugins_setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MizunaRei%2Funix_shell_plugins_setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MizunaRei%2Funix_shell_plugins_setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MizunaRei","download_url":"https://codeload.github.com/MizunaRei/unix_shell_plugins_setup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242940017,"owners_count":20209883,"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":["autocomplete","bash","bashrc","fish","fish-shell","shell","zsh","zsh-completions","zsh-custom","zsh-plugin","zsh-plugins","zsh-prompt","zsh-theme","zshell","zshrc"],"created_at":"2024-09-24T14:06:17.659Z","updated_at":"2025-12-07T21:05:01.876Z","avatar_url":"https://github.com/MizunaRei.png","language":"Shell","readme":"# Unix_shell_plugins_setup\n\n bash, zsh, fish shell plugins installer. It requires Zsh 5.7.1, Bash 5.1, fish shell 3.2, Git 2.8, cURL 7.76, or newer. This script includes the following plugins.\n\n    https://github.com/marlonrichert/zsh-snap\n    https://github.com/marlonrichert/zsh-autocomplete\n    https://github.com/ohmyzsh/ohmyzsh\n    https://github.com/romkatv/powerlevel10k\n    https://github.com/ohmybash/oh-my-bash\n    https://github.com/akinomyoga/ble.sh\n    https://github.com/oh-my-fish/oh-my-fish\n    https://github.com/jorgebucaran/fisher\n    https://github.com/jorgebucaran/autopair.fish\n    https://github.com/ajeetdsouza/zoxide\n    https://github.com/ogham/exa\n    https://github.com/nvbn/thefuck\n    https://github.com/ellie/atuin\n    https://github.com/junegunn/fzf\n    https://github.com/BurntSushi/ripgrep\n    https://github.com/sharkdp/bat\n    https://gist.github.com/gnanderson/d74079d16714bb8b2822a7a07cc883d4?permalink_comment_id=3950336#gistcomment-3950336\n\n### Installation\n\n```\ncurl -sSLO https://github.com/MilkyMAISHIRANUI/unix_shell_plugins_setup/raw/main/unix_shell_plugins_setup.sh  \u0026\u0026  zsh unix_shell_plugins_setup.sh\n```\n\n### Usage\n\ncall `fif` command to search in plain text files and preview them.\n\n`fif text_to_search`\n\n### Key Bindings\n\n| Key(s)                                  | Action                                                                         | \u003csub\u003eWidget\u003c/sub\u003e       |\n| --------------------------------------- | ------------------------------------------------------------------------------ | -------------------------------------- |\n| \u003ckbd\u003e`Tab`\u003c/kbd\u003e                  | Insert top completion                                                          | \u003csub\u003e`complete-word`\u003c/sub\u003e       |\n| \u003ckbd\u003e`↓`\u003c/kbd\u003e                   | Cursor down (if able) or completion menu                                       | \u003csub\u003e`down-line-or-select`\u003c/sub\u003e |\n| \u003ckbd\u003e`↑`\u003c/kbd\u003e                   | Cursor up (if able) or history menu                               | \u003csub\u003e`up-line-or-search`\u003c/sub\u003e   |\n| \u003ckbd\u003e`Ctrl`\u003c/kbd\u003e\u003ckbd\u003e`R`\u003c/kbd\u003e | history search by fzf                                                          | \u003csub\u003e` `\u003c/sub\u003e                   |\n| \u003ckbd\u003e`Ctrl`\u003c/kbd\u003e\u003ckbd\u003e`T`\u003c/kbd\u003e | fuzzy finder by fzf                                                            | \u003csub\u003e` `\u003c/sub\u003e                   |\n| \u003ckbd\u003e`Ctrl`\u003c/kbd\u003e\u003ckbd\u003e`O`\u003c/kbd\u003e | launch vscode to open the selected file in search result by fif (if available) | \u003csub\u003e` `\u003c/sub\u003e                   |\n\n### Advantages of these unix shell plugins\n\nZsh is mainly compatible with bash. One of the compatibility issues we know is that bash supports wild char in commands. For example, \"apt install compiz*\". Zsh does not.\n\nThe autosuggestion feature of fish is \"friendly interactive\". zsh-autocomplete provides more detailed information than fish does.\n\nPowerlevel10k is faster and more powerful than starship.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizunarei%2Funix_shell_plugins_setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizunarei%2Funix_shell_plugins_setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizunarei%2Funix_shell_plugins_setup/lists"}