From e17e7cf4f348d479617f4dd1b0466e4ec74758d6 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Mon, 18 Jan 2021 17:53:38 +0700 Subject: [PATCH] chore: add bat config --- config/bat/config | 3 +++ config/config.json | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 config/bat/config diff --git a/config/bat/config b/config/bat/config new file mode 100644 index 0000000..2f711ce --- /dev/null +++ b/config/bat/config @@ -0,0 +1,3 @@ +--theme="GitHub" + +--style="plain" diff --git a/config/config.json b/config/config.json index 4e062aa..26b42ea 100644 --- a/config/config.json +++ b/config/config.json @@ -15,6 +15,14 @@ "external": "~/.config/fontconfig" } ] + }, + "bat": { + "dirs": [ + { + "internal": "config/bat", + "external": "~/.config/bat" + } + ] } } }