yuh/zsh-completions 代码Issues0Pull Requests0Wiki统计流水线 服务 Gitee Pages JavaDoc PHPDoc 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) ...
git@gitee.com:coasxu/zsh-completions.git Issue 表单模式来袭 提交Issue,填表就好 内容必填选填?你说了算! 精准反馈,高效沟通 我知道了查看详情 1月18日,北京,聊聊2025如何加入技术开发? 扫描微信二维码支付 取消 支付完成 Watch 不关注关注所有动态仅关注版本发行动态关注但不提醒动态...
1、下载oh-my-zsh,从Github地址或Gitee地址下载: 注:通过这种方式安装需要先安装HomeBrew /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 2、解压后进入到tools目录执行install.sh sh install.sh image.png 卸载: 卸载oh-my-zsh命令:uninstall_oh_my_zsh 安装o...
zsh-completions :命令自动补全。 采用国内下载源 git clone https://gitee.com/mo2/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting git clone https://gitee.com/yantaozhao/zsh-autosuggestions.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-a...
| sed 's|^REMOTE=.*|REMOTE=${REMOTE:-https://gitee.com/${REPO}.git}|g')" 三个插件:自动补全、高亮、建议zsh-syntax-highlightingzsh-autosuggestionszsh-completions,下面用的都是链接到gitee的镜像 参考来源:终端工具oh-my-zsh与p10k国内镜像安装 ...
sh -c "$(curl -fsSL https://gitee.com/shmhlsy/oh-my-zsh-install.sh/raw/master/install.sh)" 初始配置 第一次安装后,需要注销后重新登录。之后会显示如下初始配置界面,选择q退出 主要在配置文件~/.zshrc中修改设置。 有些软件比如 LINUXBREW,的配置荐在~/.profile文件中,安装了 zsh 就需要复制到 `...
##下载安装 git clone --depth=1 https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions ##添加目录 fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src ##激活 source "$ZSH/oh-my-zsh.sh" ##br...
过去90天内平均每周有组织归属的代码提交次数。 了解更多 组织数量 过去90天内活跃的代码提交者所属组织的数目。 了解更多 持续贡献 在过去90天所有组织向社区有代码贡献的累计时间(周)。 了解更多 文档教程快速起步度量维度定义 法律合规使用条款隐私政策 社区交流Slack 频道微信交流群 开源代码GitHubGitee...
1、下载oh-my-zsh,从Github地址或Gitee地址下载: 2、解压后进入到tools目录执行install.sh sh install.sh image.png 卸载: 卸载oh-my-zsh命令:uninstall_oh_my_zsh 安装oh-my-zsh 安装成功如下图: 成功安装oh-my-zsh 三、安装Powerline 先安装pip ...
git clone https://gitee.com/who7708/zsh-completions git clone https://gitee.com/who7708/zsh-history-substring-search 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 修改zshrc文件,完成自动补全功能的添加,这些功能基本上都放在 ~/.oh-my-zsh/custom/plugins当中 ...