LinuxCommandLibrary

omf

TLDR

Install package

$ omf install [package]
copy
List installed packages
$ omf list
copy
Update Oh My Fish
$ omf update
copy
Search packages
$ omf search [query]
copy
Remove package
$ omf remove [package]
copy
Change theme
$ omf theme [theme_name]
copy

SYNOPSIS

omf [command] [options]

DESCRIPTION

omf is Oh My Fish, a Fish shell framework. Manages plugins and themes.
The tool extends Fish shell functionality. Community package ecosystem.
omf manages Fish plugins.

PARAMETERS

install PACKAGE

Install package/theme.
list
List installed packages.
update
Update framework.
search QUERY
Search packages.
remove PACKAGE
Uninstall package.
theme NAME
Change theme.
--help
Display help information.

CAVEATS

Fish shell required. Community packages. May conflict with other frameworks.

HISTORY

Oh My Fish was created as a package manager for the Fish shell.

SEE ALSO

fish(1), fisher(1)

Copied to clipboard