Skip to content

Instantly share code, notes, and snippets.

@tyzbit
tyzbit / config.yaml
Created August 18, 2025 16:23
acars-processor rewrite config example
# 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:
@tyzbit
tyzbit / README.md
Created August 10, 2025 03:48
ACARS/VDLM2 Data Gathering
We couldn’t find that file to show.
@tyzbit
tyzbit / config.yaml
Created August 10, 2025 02:05
ACARS-Processor New Config Demo
# 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
@tyzbit
tyzbit / config.yaml
Created June 25, 2025 15:05
Tabby color scheme
# MERGE this with your tabby config
terminal:
colorScheme:
name: Missile Command
foreground: '#65E572'
background: '#290046'
cursor: '#bbbbbb'
colors:
- '#000000'
- '#ff615a'
@tyzbit
tyzbit / tyzbit.yaml
Created June 25, 2025 15:03
k9s theme
# place in ~/.config/k9s/skins or equivalent
k9s:
body:
bgColor: default
prompt:
bgColor: default
info:
fgColor: mediumpurple
frame:
menu:
@tyzbit
tyzbit / vaporwave.json
Last active July 11, 2025 03:53
Revolt Vaporwave Theme
{
"accent": "#d6008f",
"background": "#220c32",
"foreground": "#00d0ff",
"block": "#35114f",
"message-box": "#0d203f",
"mention": "rgba(2, 175, 233, 0.5)",
"success": "#65E572",
"warning": "#FAA352",
"tooltip": "#000000",
@tyzbit
tyzbit / retro-cyberpink.json
Created May 2, 2025 18:49
Revolt Retro Cyberpink terminal
{
"accent": "#28b4b4",
"background": "#000000",
"foreground": "#ff28b4",
"block": "#14001e",
"message-box": "#21252b",
"mention": "#28003c",
"success": "#00b450",
"warning": "#b4f001",
"tooltip": "#000000",
@tyzbit
tyzbit / missile-command.json
Last active April 30, 2025 00:51
Revolt Theme - Missile Command
{
"accent": "#8632bd",
"background": "#000000",
"foreground": "#06cb2e",
"block": "#231033",
"message-box": "#21252b",
"mention": "#3f005c",
"success": "#2D974D",
"warning": "#FEE75C",
"tooltip": "#000000",
@tyzbit
tyzbit / revolt-toml-to-json.sh
Created April 29, 2025 22:29
Convert Revolt TOML themes to JSON for importing
#!/usr/bin/env bash
set -euo pipefail
INPUT="${1:-theme.toml}"
# Bash 4+ for associative arrays
declare -A output defaults
# —————————————————————————————————————————————————————————————
# 1. Defaults
---
# 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