Skip to content

Instantly share code, notes, and snippets.

@roelds
Created January 1, 2023 07:55
Show Gist options
  • Save roelds/ca95a286bb5d8754a13a3422f14e6fa5 to your computer and use it in GitHub Desktop.
Save roelds/ca95a286bb5d8754a13a3422f14e6fa5 to your computer and use it in GitHub Desktop.
forkware - yaml : used by forkware - fish shell script
# forkware.yaml
# hosted is github or gitlab
# latest or tag, clone or fork
# n is new line after, r is replace line, b is new line before, i is insert, a is append
---
therepo: prometheus/prometheus
hosted: github
release: latest
method: clone
files:
- file: web/ui/static/css/prom_console.css
line: |
.prom_console_content {
doit: n
code: |
background: #aaa;
- file: console_libraries/prom.lib
line: |
<html lang="en">
doit: r
code: |
<html style="background: #aaa;" lang="en">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment