- New managed configs: .config/bat (ANSI theme so bat follows the terminal palette) and .claude/settings.json, with a .gitignore guard so only settings.json under .claude/ is trackable. - dotfiles.sh: drive linking from a single link map and add unlink_dotfiles; install.sh grows --unlink to cleanly remove every symlink pointing into the repo. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
7 lines
150 B
JSON
7 lines
150 B
JSON
{
|
|
"effortLevel": "medium",
|
|
"tui": "fullscreen",
|
|
"skipDangerousModePermissionPrompt": true,
|
|
"theme": "dark",
|
|
"model": "claude-fable-5[1m]"
|
|
}
|