Oh My Fish

Fish Shell 框架
授权协议 MIT
开发语言 SHELL
所属分类 服务器软件、 终端服务器/远程连接
软件类型 开源软件
地区 不详
投 递 者 宫亦
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

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以获取你可以自定义的安装选项的完整列表。
  •  安装git,fish apt -y update apt -y install wget curl git fish 然后切换到fish: chsh -s /usr/bin/fish 注:关闭你的终端再次登录才能生效! 重新登录上来后安装Oh My Fish: curl -L https://get.oh-my.fish | fish 注:安装完成之后关闭你的终端重新登录一遍。 接下来就可以用O

  • 第一步 安装fish shell brew安装fish: brew install fish 切换shell为fish,编辑/etc/shells,添加: /opt/homebrew/bin/fish 之后再运行: chsh -s /opt/homebrew/bin/fish 第二步 安装oh my fish curl -L https://get.oh-my.fish | fish 参考链

  • 今日安装fish shell,并安装oh-my fish使用感觉很不错。 但是尚属于初步尝试,更多功能还未了解。 安装fish sudo apt install fish 设置为默认shell chsh -s /usr/bin/fish 如果要切换回bash,输入bash即可。 也可 chsh -s /bib/bash 将bash设置为默认shell。 安装oh my fish curl -L h

  • 如果你的oh-my-fish配置正确,那么问题可能是你应用了fish原生的fish_config 此时我们需要删除 ~/.config/fish/function目录下的fish_prompt.fish配置文件 oh-my-fish的主题就可以正常显示了

  • Fish神教 the FrIendly SHell Fish非常易用,自带自动补全,还有一堆主题。 特点是开箱即用,不用zsh那么繁琐的配置。 好!很有精神! Fish 安装: Ubuntu =>sudo apt-get install fish macOS =>brew install fish 注意可能需要手动添加fish 这个shell哦 sudo vim /etc/shells 最后一行

  • 简单使用oh my zsh 安装oh my Zsh 安装zsh 安装curl或者wget 下载并安装oh my zsh: curl 下载方式curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh wget下载wget https://raw.github.com/robbyrussell/

  • 全局安装zsh 、oh-my-zsh 切换成root su 全局安装zsh到/etc目录 git clone https://github.com/robbyrussell/oh-my-zsh.git /etc/oh-my-zsh 从模板文件复制.zshrc 配置文件(新用户将使用该配置文件) cp /etc/oh-my-zsh/templates/zshrc.zsh-template /etc/

  • 一、安装zsh和选择zsh yum install zsh zsh --version cat /etc/shells chsh -s /bin/zsh 二、安装 oh my zsh $ wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh 或 git clone git://g

  • 我们将安装 zsh ,其拓展功能和主题将由 oh-my-zsh 提供。其中Env.sh 文件用于维护别名(aliases),输出(exports)和路径改变(path changes)等等,以免影响 ~/.zshrc。 1、使用 Homebrew 完成 zsh 和 zsh completions 的安装 brew install zsh zsh-completions 2、安装 oh-my-zsh

 相关资料
  • 我们在WebLogic11g下使用JSF2.1+PrimeFaces6.0+PrimeFaces-Extensions6.0.0、mojarra 2.1.7。 单击p:commandButton后,DOM inspector显示对话框已在正文和html标记之外创建,如下一个图像所示: 在正文外部呈现的对话框 如果我们使用相同的代码(没有帧)创建一个新的.xhtml,并单击p:commandButt

  • 许多的 PHP 开发者都使用框架,而不是重新造轮子来构建 Web 应用。框架抽象了许多底层常用的逻辑,并提供了有益又简便的方法來完成常见的任务。 你并不一定要在每个项目中都使用框架。有时候原生的 PHP 才是正确的选择,但如果你需要一个框架,那么有如下三种主要类型: 微型框架 全栈框架 组件框架 微型框架基本上是一个封装的路由,用来转发 HTTP 请求至一个闭包,控制器,或方法等等,尽可能地加快开

  • 主要内容:iframe - 设置高度与宽度,实例,iframe - 移除边框,实例,使用 iframe 来显示目标链接页面,实例,HTML iframe 标签通过使用框架,你可以在同一个浏览器窗口中显示不止一个页面。 iframe语法: 该URL指向不同的网页。 iframe - 设置高度与宽度 height 和 width 属性用来定义iframe标签的高度与宽度。 属性默认以像素为单位, 但是你可以指定其按比例显示 (如:"80%")。 实例 <iframe loading="lazy" s

  • tornado.web — RequestHandler and Application classes Thread-safety notes Request handlers Entry points Input Output Cookies Other Application configuration Decorators Everything else tornado.template

  • UI /主题框架和组件 LESS支持下表中列出的一些UI/Theme框架 - Sr.No. 框架和描述 1 1pxdeep 它是平坦的Bootstrap 3主题,提供强大的配色方案控件。 2 Bootflat 它是一个基于Bootstrap的开源框架。 3 BootPress 它是一个基于平面文件CMS的PHP框架 4 Bootstrap 它是功能强大的移动第一前端框架,可实现更快,更轻松的Web

  • 本章介绍 Decoder(解码器) Encoder(编码器) Codec(编解码器) 在前面的章节中,我们讨论了连接到拦截操作或数据处理链的不同方式,展示了如何使用 ChannelHandler 及其相关的类来实现几乎任何一种应用程序所需的逻辑。但正如标准架构模式通常有专门的框架,通用处理模式很适合使用目标实现,可以节省我们大量的开发时间和精力。 在这一章,我们将研究编码和解码——数据从一种特定协

  • WLAN框架接口 函数 rt_err_t  rt_wlan_set_mode (const char *dev_name, rt_wlan_mode_t mode)   注册WLAN设备到WLAN设备框架   rt_err_t  rt_wlan_connect (const char *ssid, const char *password)   同步连接热点   rt_err_t  rt_wlan

  • 通过使用框架,你可以在同一个浏览器窗口中显示不止一个页面。 iframe语法: <iframe src="URL"></iframe> 该URL指向不同的网页。 Iframe - 设置高度与宽度 height 和 width 属性用来定义iframe标签的高度与宽度。 属性默认以像素为单位, 但是你可以指定其按比例显示 (如:"80%")。 <iframe src="demo_iframe.htm