oh-my-fish / oh-my-fish-legacy

Oh My Fish!
MIT License
13 stars 2 forks source link

Themes folder empty #470

Closed ismay closed 9 years ago

ismay commented 9 years ago

It looks like you're in the middle of moving all themes to their own repos. Am I right in assuming that you're now supposed to manually clone each theme in your .oh-my-fish/themes folder? Or is there an easier way?

scorphus commented 9 years ago

Fortunately there is!

Turn:

set fish_theme my_favorite_theme

set fish_plugins foo bar baz

. $fish_path/oh-my-fish.fish

Into:

. $fish_path/oh-my-fish.fish

Theme "my_favorite_theme"

Plugin "foo"
Plugin "bar"
Plugin "baz"

Then run omf install. Enjoy!

ismay commented 9 years ago

Cool, thanks!