15 lines
508 B
JSON
15 lines
508 B
JSON
{
|
|
"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\")"
|
|
]
|
|
}
|
|
}
|