Run Claude Code Fully Autonomously with a YOLO Alias
16 กุมภาพันธ์ 2569
The --dangerously-skip-permissions flag lets Claude Code run commands and edit files without confirmation prompts. Typing it every time gets old fast.
echo "alias yolo='claude --dangerously-skip-permissions'" >> ~/.zshrc
echo "alias yolo='claude --dangerously-skip-permissions'" >> ~/.bashrc
source ~/.zshrc # or ~/.bashrc
<br>
Now just yolo and go.