This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# yaml-language-server: $schema=https://raw.githubusercontent.com/tyzbit/acars-processor/refs/heads/main/schema.json | |
# Purpose: Forward all human-created messages to New Relic and Discord | |
# Environment variables are substituted at runtime by acars-processor | |
ACARSProcessorSettings: | |
Database: | |
Enabled: true | |
SQLiteDatabasePath: ./messages.db | |
Type: sqlite | |
ACARSHub: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# yaml-language-server: $schema=https://raw.githubusercontent.com/tyzbit/acars-processor/refs/heads/main/schema.json | |
# This file (and schema.json) are automatically generated | |
# from the code by running ./acars-processor -s | |
ACARSProcessorSettings: | |
ColorOutput: true | |
LogLevel: info | |
Database: | |
Enabled: true | |
SQLiteDatabasePath: ./messages.db |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MERGE this with your tabby config | |
terminal: | |
colorScheme: | |
name: Missile Command | |
foreground: '#65E572' | |
background: '#290046' | |
cursor: '#bbbbbb' | |
colors: | |
- '#000000' | |
- '#ff615a' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# place in ~/.config/k9s/skins or equivalent | |
k9s: | |
body: | |
bgColor: default | |
prompt: | |
bgColor: default | |
info: | |
fgColor: mediumpurple | |
frame: | |
menu: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"accent": "#d6008f", | |
"background": "#220c32", | |
"foreground": "#00d0ff", | |
"block": "#35114f", | |
"message-box": "#0d203f", | |
"mention": "rgba(2, 175, 233, 0.5)", | |
"success": "#65E572", | |
"warning": "#FAA352", | |
"tooltip": "#000000", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"accent": "#28b4b4", | |
"background": "#000000", | |
"foreground": "#ff28b4", | |
"block": "#14001e", | |
"message-box": "#21252b", | |
"mention": "#28003c", | |
"success": "#00b450", | |
"warning": "#b4f001", | |
"tooltip": "#000000", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"accent": "#8632bd", | |
"background": "#000000", | |
"foreground": "#06cb2e", | |
"block": "#231033", | |
"message-box": "#21252b", | |
"mention": "#3f005c", | |
"success": "#2D974D", | |
"warning": "#FEE75C", | |
"tooltip": "#000000", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -euo pipefail | |
INPUT="${1:-theme.toml}" | |
# Bash 4+ for associative arrays | |
declare -A output defaults | |
# ————————————————————————————————————————————————————————————— | |
# 1. Defaults |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/app-template-3.7.3/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json | |
apiVersion: helm.toolkit.fluxcd.io/v2 | |
kind: HelmRelease | |
metadata: | |
name: &app wanderer | |
namespace: flux-system | |
spec: | |
interval: 30m | |
releaseName: *app |
NewerOlder