[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-82333":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":15,"starSnapshotCount":15,"syncStatus":14,"lastSyncTime":30,"discoverSource":31},82333,"zsh","radleylewis\u002Fzsh","radleylewis","Powerful but tastefully minimal zsh configurations.","",null,"Shell",167,34,2,0,5,26,48,20,4.63,"MIT License",false,"main",[25,5,26],"terminal","zshrc","2026-06-12 02:04:25","# zsh\n\nPowerful but tastefully minimal zsh configuration.\n\n## Dependencies\n\n### Arch\n\n```sh\nparu -S zsh neovim eza bat fd fzf zoxide starship ripgrep\n```\n\n### Ubuntu\n\n```sh\nsudo apt install zsh neovim eza bat fd-find fzf ripgrep\n# install zoxide and starship separately\ncurl -sSfL https:\u002F\u002Fraw.githubusercontent.com\u002Fajeetdsouza\u002Fzoxide\u002Fmain\u002Finstall.sh | sh\ncurl -sS https:\u002F\u002Fstarship.rs\u002Finstall.sh | sh\n# Ubuntu installs bat and fd under different names — symlink them so everything works\nln -s $(which batcat) ~\u002F.local\u002Fbin\u002Fbat\nln -s $(which fdfind) ~\u002F.local\u002Fbin\u002Ffd\n```\n\n### macOS\n\n```sh\nbrew install zsh neovim eza bat fd fzf zoxide starship ripgrep\n```\n\n## Setup\n\n**1. Clone the repo**\n\n```sh\ngit clone https:\u002F\u002Fgithub.com\u002Fradleylewis\u002Fzsh ~\u002F.config\u002Fzsh\n```\n\n**2. Point zsh at the config directory**\n\nAdd the following to `\u002Fetc\u002Fzsh\u002Fzshenv`:\n\n```sh\nif [[ -z \"$XDG_CONFIG_HOME\" ]]\nthen\n    export XDG_CONFIG_HOME=\"$HOME\u002F.config\"\nfi\n\nif [[ -d \"$XDG_CONFIG_HOME\u002Fzsh\" ]]\nthen\n    export ZDOTDIR=\"$XDG_CONFIG_HOME\u002Fzsh\"\nfi\n```\n\n**3. Set zsh as your default shell**\n\n```sh\nchsh -s $(which zsh)\n```\n\n**4. Create required directories**\n\n```sh\nmkdir -p ~\u002F.local\u002Fstate\u002Fzsh   # history\nmkdir -p ~\u002F.cache\u002Fzsh         # completion cache\n```\n\n**5. Start a new shell**\n\nPlugins are installed automatically on first launch via the built-in plugin manager.\n\n## Plugins\n\nManaged without a third-party plugin manager. Plugins are cloned into `$ZDOTDIR\u002Fplugins\u002F` on first launch.\n\n| Plugin | Purpose |\n|--------|---------|\n| [fast-syntax-highlighting](https:\u002F\u002Fgithub.com\u002Fzdharma-continuum\u002Ffast-syntax-highlighting) | Syntax highlighting |\n| [zsh-autosuggestions](https:\u002F\u002Fgithub.com\u002Fzsh-users\u002Fzsh-autosuggestions) | Fish-style inline suggestions |\n| [zsh-history-substring-search](https:\u002F\u002Fgithub.com\u002Fzsh-users\u002Fzsh-history-substring-search) | Up\u002Fdown arrow history filtering |\n| [zsh-vi-mode](https:\u002F\u002Fgithub.com\u002Fjeffreytse\u002Fzsh-vi-mode) | Vi keybindings |\n\nTo update all plugins:\n\n```sh\nzplugin-update\n```\n\n## Keybindings\n\n| Key | Action |\n|-----|--------|\n| `Ctrl+R` | Fuzzy history search (fzf) |\n| `Ctrl+T` | Fuzzy file search including hidden files (fzf + fd) |\n| `Ctrl+F` | Fuzzy file search excluding hidden files (fzf + fd) |\n| `Ctrl+→` | Move forward one word |\n| `Ctrl+←` | Move backward one word |\n| `↑` \u002F `↓` | History search by prefix |\n| `Ctrl+\\` | Toggle autosuggestions |\n\n## Starship Config\n\nIncluded in the repo at [`starship.toml`](.\u002Fstarship.toml) and loaded automatically via `STARSHIP_CONFIG` in `.zshenv`. Requires a [Nerd Font](https:\u002F\u002Fwww.nerdfonts.com) in your terminal.\n","这是一个强大而简洁的zsh配置项目，旨在为用户提供高效且美观的终端体验。核心功能包括语法高亮、自动建议、历史记录模糊搜索等，并通过一系列精选插件如fast-syntax-highlighting和zsh-autosuggestions增强用户体验。此外，项目还集成了starship作为默认提示符引擎，支持Nerd Fonts以提供更丰富的视觉效果。该配置适合需要一个既强大又易于维护的zsh环境的开发者或系统管理员使用，在日常开发、服务器管理等多种场景下都能发挥良好作用。","2026-06-11 04:08:25","CREATED_QUERY"]