Stephen M. Coakley

Results 170 comments of Stephen M. Coakley

@logc Not quite. It looks like `omf new` for some reason calls `omf theme ` on the newly scaffolded theme expecting it to work. The last two lines are the...

@mgoodness I think the best way to solve this would be to allow users to "install" a theme from anywhere they like, and to do so automatically when creating one...

> Install aborted: Git version 1.9.5 or greater required; you have 1.8.3.1 I'm wondering where `1.8.3.1`. Is `git` a function wrapper or alias of some sort? Please share the output...

I think that they _should_ stay outdated, unless overwritten with a newer version manually. I think the goal of the offline installs was to make OMF itself being a Git...

Is the `vcs` plugin installed? OMF doesn't check for any Git repositories on every command, though the `vcs` plugin does, and actually some themes may as well. Are you using...

Hmm, unfortunate. We can update the package index to point to your mirror.

Well for package repos we have metadata at least. We could add some new fields to the package definition files, like maybe ``` type = plugin repository = https://example.com/plugin-repo fish-versions...

@donatorolo We still have the same situation as before: OMF is hard-coded to self-update, which is against Homebrew's policies. This is still on the wishlist though, as it may be...