omf install flash doesn't seem to work and the repo that it points to 404s. Might want to pull this off the list
I had a copy of this theme on my machine and I have mirrored it here: https://github.com/alecgorge/fish-flash-theme
Hmm, unfortunate. We can update the package index to point to your mirror.
Hello from the future! I just came across this myself and am quite keen on installing the theme. I'd just contribute the change myself but I'm brand new to omf.
So apparently someone removed the repo from oh-my-fish/packages-main, but you can add it back in pointing to the new repo.
I'll walk you through the process:
packages/flash (or use the GitHub online editor)flash and be happyThe files in packages-main follow a simple TOML format, here's what that's going to look like for flash:
type = theme
repository = https://github.com/alecgorge/fish-flash-theme
description = Please describe me
maintainer = Alec Gorge <[email protected]>
Just fill in a better description and you'll be good to go :)
PR opened 馃憣
PR is merged, this issue should be closable now