feat: initial commit

This commit is contained in:
2026-03-08 15:04:47 +01:00
parent 0d4998da63
commit 8da12bb7d1
21 changed files with 2808 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
{
"permissions": {
"allow": [
"Bash(sudo pacman -S --noconfirm docker docker-compose)",
"Bash(sudo systemctl enable --now docker)",
"Bash(sudo usermod -aG docker $USER)",
"Bash(doas pacman -S --noconfirm docker docker-compose)",
"Bash(bun create next-app . --typescript --tailwind --eslint --app --no-src-dir --import-alias=\"@/*\" --no-git)",
"Read(//home/kawa/.bun/bin/**)",
"Bash(echo $PATH)",
"Bash(export PATH=\"$HOME/.bun/bin:$PATH\")"
]
}
}