2025-03-14 21:59:59 -06:00
|
|
|
# omf
|
|
|
|
|
|
|
|
|
|
> Oh My Fish, the Fishshell Framework.
|
|
|
|
|
> Install packages to extend and modify the fish shell.
|
|
|
|
|
> More information: <https://github.com/oh-my-fish/oh-my-fish>.
|
|
|
|
|
|
|
|
|
|
- Install one or more packages:
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`omf install {{package1 package2 ...}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List installed packages:
|
|
|
|
|
|
|
|
|
|
`omf list`
|
|
|
|
|
|
|
|
|
|
- List available themes:
|
|
|
|
|
|
|
|
|
|
`omf theme`
|
|
|
|
|
|
|
|
|
|
- Apply a theme:
|
|
|
|
|
|
|
|
|
|
`omf theme {{name}}`
|
|
|
|
|
|
|
|
|
|
- Remove a theme or package:
|
|
|
|
|
|
|
|
|
|
`omf remove {{name}}`
|
|
|
|
|
|
|
|
|
|
- Uninstall Oh My Fish:
|
|
|
|
|
|
|
|
|
|
`omf destroy`
|