- 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>
5 lines
192 B
Text
5 lines
192 B
Text
# Follow the terminal's ANSI palette so bat matches the active Kanagawa
|
|
# variant instead of shipping its own colorscheme.
|
|
--theme="ansi"
|
|
--style="numbers,changes,header"
|
|
--italic-text=always
|