Oh-my-fish: Cannot install Flash theme

Created on 20 Sep 2018  路  6Comments  路  Source: oh-my-fish/oh-my-fish

omf install flash doesn't seem to work and the repo that it points to 404s. Might want to pull this off the list

plugins normal

All 6 comments

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:

  1. Fork https://github.com/oh-my-fish/packages-main/
  2. Clone your fork and create a new file packages/flash (or use the GitHub online editor)
  3. Add all the necessary info to the file and commit your changes
  4. Create a pull request
  5. 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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nathanchere picture nathanchere  路  3Comments

sidahmed-malaoui picture sidahmed-malaoui  路  4Comments

Ramblurr picture Ramblurr  路  4Comments

adgai19 picture adgai19  路  3Comments

aayushkapoor206 picture aayushkapoor206  路  6Comments