diff --git a/.config/bat/bat.conf b/.config/bat/bat.conf index 24be313..c5bb407 100644 --- a/.config/bat/bat.conf +++ b/.config/bat/bat.conf @@ -1,5 +1,5 @@ # `bat --list-themes` ---theme="Catppuccin%20Mocha" +--theme="catppuccin-mocha" # `bat --list-languages` --map-syntax ".ignore:Git Ignore" diff --git a/USAGE.md b/USAGE.md index b7e81c5..31fd3cf 100644 --- a/USAGE.md +++ b/USAGE.md @@ -25,7 +25,7 @@ curl -LO --output-dir ~/.config/alacritty/themes https://github.com/catppuccin/a # Install bat theme mkdir -p ~/.config/bat/themes -curl -LO --output-dir ~/.config/bat/themes https://github.com/catppuccin/bat/raw/main/themes/Catppuccin%20Mocha.tmTheme +curl -L -o ~/.config/bat/themes/catppuccin-mocha.tmTheme https://github.com/catppuccin/bat/raw/main/themes/Catppuccin%20Mocha.tmTheme bat cache --build # Install delta theme