HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

omf — Oh My Fish, the Fishshell Framework. Install packages to extend and modify the fish shell. More info

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandomffishframeworkinstallfishshellcli

Problem

How to use the omf command: 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>.

Solution

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

Code Snippets

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}}

Context

tldr-pages: common/omf

Revisions (0)

No revisions yet.