diff options
author | Alen <alen@dotfiles.xyz> | 2023-09-23 21:48:50 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2023-09-23 21:48:50 +0400 |
commit | 06c2bf0e3516614ed9c30519b85d72e79a01b00d (patch) | |
tree | 2dbe6f8992343e5d032e222a76564bbc92b43bb3 | |
parent | 9c2aab641b33bcf6cc034406b87cc283e13a660d (diff) |
Add basic bat config
-rw-r--r-- | dot_config/bat/config | 15 |
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" |