mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 08:55:47 +00:00
Update cheatsheets
This commit is contained in:
34
omf
Normal file
34
omf
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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:
|
||||
|
||||
`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`
|
||||
Reference in New Issue
Block a user