My .bashrc has `alias claude='claude --dangerously-skip-permissions'`
Been using it like that everyday for about a year now and nothing bad has happened. I got backups and if it would fuck things up, it can probably fix it again as well.
You can also put it in ~/.claude/settings.json:
"permissions": { "defaultMode": "bypassPermissions" },
You can also put it in ~/.claude/settings.json: