Oh-my-fish: where i can find packages?

Created on 21 Sep 2015  Â·  5Comments  Â·  Source: oh-my-fish/oh-my-fish

Is a pretty basic question but, ok omf install {{packagename}}... cool, but i'm new with this and i don't know any index of packages or something... are independient in they own repos? are they in the same repo of OMF? can i list them in the terminal like themes? some hint here?

I know that my question is pretty stupid but, really im googling and get nothing D:

Most helpful comment

For those who will need this in future (including me):
You can list and browse all the available packages from terminal: omf search '.*' | less -R

All 5 comments

At this moment you can browse our core-supported plugins and themes on our profile:

https://github.com/oh-my-fish?utf8=✓&query=plugin
https://github.com/oh-my-fish?utf8=✓&query=theme

But as package system is decentralised you can browse all packages available in the registry:

https://github.com/oh-my-fish/oh-my-fish/tree/master/db/pkg
https://github.com/oh-my-fish/oh-my-fish/tree/master/db/theme

We are working to bring better documentation of available packages back into this repository. #55 are working on theme previews, and should be merged soon. Probably there should be a also package list in the near future.

If you type omf list you will be able to see a list of packages to install, or just do omf install and hit tab for autocomplete.

I have compiled a plugin list here:

https://gist.github.com/derekstavis/26b7fc254cbc9bc4d461

Hey! Thanks dudes!

For those who will need this in future (including me):
You can list and browse all the available packages from terminal: omf search '.*' | less -R

Was this page helpful?
0 / 5 - 0 ratings

Related issues

adgai19 picture adgai19  Â·  3Comments

quenode picture quenode  Â·  6Comments

calebmeyer picture calebmeyer  Â·  4Comments

andrewrynhard picture andrewrynhard  Â·  7Comments

aayushkapoor206 picture aayushkapoor206  Â·  6Comments