From bc3b256554b0cc1027d871ac46751abde741ecca Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Wed, 25 Oct 2023 11:38:40 +1100 Subject: [PATCH] Add sharkdp/bat config flags I like --- dot-config/bat/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot-config/bat/config b/dot-config/bat/config index 00287a0..481e8d1 100644 --- a/dot-config/bat/config +++ b/dot-config/bat/config @@ -2,3 +2,6 @@ # a command-line option that you want to pass to `bat` by default. You can # run `bat --help` to get a list of all possible configuration options. --tabs=2 +--theme "Monokai Extended" +--italic-text=always +--map-syntax "**/git/config*:Git Config"