diff options
| author | Anton Bobov <anton@bobov.name> | 2023-08-28 13:40:00 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-08-28 13:40:00 +0500 |
| commit | f91e0e295258617b05ab492906007ee97ae770d4 (patch) | |
| tree | ea1fdd25ddd8935256b5dec525cee91045351c9f | |
| parent | 4417d432399adde0aecbd0f8a8bba1ad00162677 (diff) | |
Add bat configuration
| -rw-r--r-- | files/.config/bat/config | 2 | ||||
| -rw-r--r-- | install.conf.yaml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/files/.config/bat/config b/files/.config/bat/config new file mode 100644 index 0000000..4f4906f --- /dev/null +++ b/files/.config/bat/config @@ -0,0 +1,2 @@ +--theme="Solarized (light)" +--plain diff --git a/install.conf.yaml b/install.conf.yaml index dbaa934..50c38cc 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -52,6 +52,7 @@ ~/.config/yamllint: files/.config/yamllint ~/.config/lazygit: files/.config/lazygit ~/.config/nnn: files/.config/nnn + ~/.config/bat: files/.config/bat - shell: - [git submodule update --init --recursive, Installing submodules] |
