oh-my-fish
oh-my-fish copied to clipboard
Cannot install Flash theme
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:
- Fork https://github.com/oh-my-fish/packages-main/
- Clone your fork and create a new file
packages/flash
(or use the GitHub online editor) - Add all the necessary info to the file and commit your changes
- Create a pull request
- Have it merged, install
flash
and be happy
The 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