Oh My Fish 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
Oh My Fish 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
Oh My Fish 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 MIT
开发语言 SHELL
操作系统 跨平台
软件类型 开源软件
开源组织
地区 不详
投 递 者 善良超哥哥
适用人群 未知
收录时间 2022-11-10

软件简介

Oh My Fish 是一款围绕 fish shell 的框架,可以方便的定制 fish 主题和输出内容。Oh My Fish 提供核心基础设施,允许你安装扩展或修改 shell 外观的软件包,快速、可扩展且易于使用。

安装:

可以通过在终端中运行以下命令立即开始使用默认设置:

curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish

这将下载安装程序脚本并开始安装。或者,你可以下载安装程序并自定义你的安装:

curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install > install
fish install --path=~/.local/share/omf --config=~/.config/omf

可以通过针对此校验和验证脚本来验证下载安装程序的完整性:

bb1f4025934600ea6feef2ec11660e17e2b6449c5a23c033860aed712ad328c9 install

还可以使用 Git 或从发布页面下载的离线源 tarball 安装 Oh My Fish :

# with git
$ git clone https://github.com/oh-my-fish/oh-my-fish
$ cd oh-my-fish
$ bin/install --offline
# with a tarball
$ curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install > install
$ fish install --offline=omf.tar.gz
运行install --help以获取你可以自定义的安装选项的完整列表。
展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击引领话题📣 发布并加入讨论🔥
暂无内容
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
0 评论
2 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部