当前位置: 首页 > 工具软件 > Oh My Fish > 使用案例 >

Mac M1安装fish shell

董俊晖
2023-12-01

第一步 安装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

参考链接:

macos oh my fish 安装和使用教程

 类似资料: