mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-19 09:25:28 +00:00
bfe88ad604
- Copy and improve help text, and convert it to AsciiDoc files - Evaluate commands dynamically
19 lines
477 B
Plaintext
19 lines
477 B
Plaintext
Install one or more packages.
|
|
|
|
== USAGE
|
|
omf install Install missing packages from bundle
|
|
omf install (<name> | <url>) Install package by name or URL
|
|
|
|
== DESCRIPTION
|
|
You can install packages directly by URL via omf install URL.
|
|
|
|
When called without arguments, install missing packages from bundle.
|
|
|
|
== EXAMPLES
|
|
omf install
|
|
omf install brew
|
|
omf install https://github.com/oh-my-fish/plugin-brew
|
|
|
|
== ALIASES
|
|
*omf i*, *omf in*, *omf get*
|