summary refs log tree commit diff
path: root/dot_config
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2023-09-23 21:48:50 +0400
committerAlen <alen@dotfiles.xyz>2023-09-23 21:48:50 +0400
commit06c2bf0e3516614ed9c30519b85d72e79a01b00d (patch)
tree2dbe6f8992343e5d032e222a76564bbc92b43bb3 /dot_config
parent9c2aab641b33bcf6cc034406b87cc283e13a660d (diff)
Add basic bat config
Diffstat (limited to 'dot_config')
-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"