1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:22:10 +02:00
tldr/pages/common/omf.md
Alexandros Kotzias 2b3bf5c8ee omf: add page
2018-02-20 07:38:46 +00:00

28 lines
371 B
Markdown

# omf
> Oh My Fish, the Fishshell Framework.
> Install packages to extend and modify the fish shell.
- 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`