Linux command
fisher 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Install plugin
fisher install [jorgebucaran/nvm.fish]
List installed plugins
fisher list
Update all plugins
fisher update
Remove plugin
fisher remove [jorgebucaran/nvm.fish]
Update specific plugin
fisher update [jorgebucaran/nvm.fish]
说明
fisher is a plugin manager for the fish shell. It installs plugins from GitHub repositories, local directories, or URLs, extending fish with themes, functions, and completions. The manager is minimal with no configuration file required. It stores plugin references in a fish_plugins file for version control and can bulk install from this file. fisher handles plugin dependencies and provides fast installation through parallel downloads.
参数
- install _PLUGIN_
- Install one or more plugins.
- remove _PLUGIN_
- Uninstall plugins.
- update
- Update installed plugins.
- list
- List installed plugins.
FAQ
What is the fisher command used for?
fisher is a plugin manager for the fish shell. It installs plugins from GitHub repositories, local directories, or URLs, extending fish with themes, functions, and completions. The manager is minimal with no configuration file required. It stores plugin references in a fish_plugins file for version control and can bulk install from this file. fisher handles plugin dependencies and provides fast installation through parallel downloads.
How do I run a basic fisher example?
Run `fisher install [jorgebucaran/nvm.fish]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does install _PLUGIN_ do in fisher?
Install one or more plugins.