Add flavours.
This commit is contained in:
parent
3a92aa884e
commit
adfe835e7b
|
@ -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"
|
1
link.sh
1
link.sh
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue