Add flavours.

This commit is contained in:
raute 2023-11-30 13:33:56 +01:00
parent 3a92aa884e
commit adfe835e7b
2 changed files with 35 additions and 0 deletions

34
flavours/config.toml Normal file
View File

@ -0,0 +1,34 @@
[[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"

View File

@ -2,6 +2,7 @@
stow --restow --target="$HOME/.config/alacritty" alacritty
stow --restow --target="$HOME/.config/fish" fish
stow --restow --target="$HOME/.config/flavours" flavours
stow --restow --target="$HOME/.config/newsboat" newsboat
stow --restow --target="$HOME/.config/nvim" nvim
stow --restow --target="$HOME/.config/tmux" tmux