This commit is contained in:
Priec
2026-03-08 10:09:44 +01:00
parent bcdfe8d23a
commit 761b9f1d27
84 changed files with 43253 additions and 0 deletions

6
vibe_coded/kicad-env.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export KICAD_CONFIG_HOME="$ROOT_DIR/.kicad-config"
mkdir -p "$KICAD_CONFIG_HOME"
exec kicad-cli "$@"