summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--dot_config/bat/config15
1 files changed, 15 insertions, 0 deletions
diff --git a/dot_config/bat/config b/dot_config/bat/config
new file mode 100644
index 0000000..a83724c
--- /dev/null
+++ b/dot_config/bat/config
@@ -0,0 +1,15 @@
+# bat --list-themes
+--theme="Dracula"
+
+--italic-text=always
+
+--map-syntax "*zlogin:Bourne Again Shell (bash)"
+--map-syntax "*zlogout:Bourne Again Shell (bash)"
+--map-syntax "*zprofile:Bourne Again Shell (bash)"
+--map-syntax "*zshenv:Bourne Again Shell (bash)"
+--map-syntax "*zshrc:Bourne Again Shell (bash)"
+
+--map-syntax "*gitconfig*:Git Config"
+--map-syntax "*gitignore*:Git Ignore"
+
+--map-syntax "*nanorc:INI"