Add bat config

This commit is contained in:
Mylloon 2024-04-15 16:14:00 +02:00
parent 8a84bd1068
commit 3103988700
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -8,14 +8,16 @@ Component:
-c,
"fish -c \" \
fish_config theme choose 'Solarized Light' && yes | fish_config theme save\" && \
sed -i 's/monokai/bubblegum/g' ~/.config/micro/settings.json",
sed -i 's/monokai/bubblegum/g' ~/.config/micro/settings.json && \
sed -i 's/Dracula/Solarized (light)/g' ~/.config/bat/config",
]
ArgsDark: [
-c,
"fish -c \" \
fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save && \
set fish_color_comment 5c6773\" && \
sed -i 's/bubblegum/monokai/g' ~/.config/micro/settings.json",
sed -i 's/bubblegum/monokai/g' ~/.config/micro/settings.json && \
sed -i 's/Solarized (light)/Dracula/g' ~/.config/bat/config",
]
AllowedSources: [Any]
TimeoutMillis: