initial commit

This commit is contained in:
2025-09-24 20:01:34 -05:00
commit 228b009c5d
13 changed files with 1334 additions and 0 deletions

5
kiro.wrapper Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/bash
export DONT_PROMPT_WSL_INSTALL=1
export BROWSER=firefox-esr
exec kiro --no-sandbox --user-data-dir=/home/coder/.kiro "$@"