Dotfiles/flavours/config.toml

35 lines
812 B
TOML

[[items]]
file = "~/.config/alacritty/alacritty.yml"
template = "alacritty"
subtemplate = "custom"
start = "# Start flavours"
end = "# End flavours"
[[items]]
file = "~/.tmux.conf"
template = "tmux"
subtemplate = "custom"
start = "# Start flavours"
end = "# End flavours"
hook = "tmux source-file ~/.config/tmux/tmux.conf"
[[items]]
file = "~/.config/alot/themes/tinted"
template = "alot"
subtemplate = "custom"
rewrite = true
[[items]]
file = "~/.config/fish/config.fish"
template = "../../../../.local/share/flavours/base16/templates/fish"
subtemplate = "custom"
start = "# Start flavours"
end = "# End flavours"
[[items]]
file = "~/.config/vivid/custom_theme.yml"
template = "vivid"
subtemplate = "custom"
rewrite = true
hook = "vivid generate ~/.config/vivid/custom_theme.yml > ~/.config/fish/ls_colors"