2018-02-11 13:17:26 +00:00
|
|
|
# omf
|
|
|
|
|
|
|
|
> Oh My Fish, the Fishshell Framework.
|
|
|
|
> Install packages to extend and modify the fish shell.
|
2019-06-04 10:00:15 +01:00
|
|
|
> More information: <https://github.com/oh-my-fish/oh-my-fish>.
|
2018-02-11 13:17:26 +00:00
|
|
|
|
|
|
|
- Install one or more packages:
|
|
|
|
|
|
|
|
`omf install {{name}}`
|
|
|
|
|
|
|
|
- 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`
|