mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 07:35:24 +02:00
omf: add page
This commit is contained in:
parent
7b35426ff0
commit
2b3bf5c8ee
1 changed files with 28 additions and 0 deletions
28
pages/common/omf.md
Normal file
28
pages/common/omf.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue