Files
tldr/pages.zh/common/fisher.md

29 lines
597 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# fisher
> Fisher一个fish shell插件管理器。
> 通过名称或从管理的'fishfile'中安装插件以进行打包安装。
> 更多信息:<https://github.com/jorgebucaran/fisher>。
- 安装一个或多个插件:
`fisher {{plugin1}} {{plugin2}}`
- 从GitHub gist安装插件
`fisher {{gist_url}}`
- 使用您喜欢的编辑器手动编辑'fishfile'并安装多个插件:
`{{editor}} ~/.config/fish/fishfile; fisher`
- 列出已安装的插件:
`fisher ls`
- 更新插件:
`fisher update`
- 移除一个或多个插件:
`fisher remove {{plugin1}} {{plugin2}}`