Add bat config
This commit is contained in:
parent
8a84bd1068
commit
3103988700
1 changed files with 4 additions and 2 deletions
|
@ -8,14 +8,16 @@ Component:
|
||||||
-c,
|
-c,
|
||||||
"fish -c \" \
|
"fish -c \" \
|
||||||
fish_config theme choose 'Solarized Light' && yes | fish_config theme save\" && \
|
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: [
|
ArgsDark: [
|
||||||
-c,
|
-c,
|
||||||
"fish -c \" \
|
"fish -c \" \
|
||||||
fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save && \
|
fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save && \
|
||||||
set fish_color_comment 5c6773\" && \
|
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]
|
AllowedSources: [Any]
|
||||||
TimeoutMillis:
|
TimeoutMillis:
|
||||||
|
|
Loading…
Reference in a new issue