From adfe835e7bcae5f49ea5960ba8d834e78ce27124 Mon Sep 17 00:00:00 2001 From: raute Date: Thu, 30 Nov 2023 13:33:56 +0100 Subject: [PATCH] Add flavours. --- flavours/config.toml | 34 ++++++++++++++++++++++++++++++++++ link.sh | 1 + 2 files changed, 35 insertions(+) create mode 100644 flavours/config.toml diff --git a/flavours/config.toml b/flavours/config.toml new file mode 100644 index 0000000..d2d134f --- /dev/null +++ b/flavours/config.toml @@ -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" diff --git a/link.sh b/link.sh index 213814c..af3040e 100755 --- a/link.sh +++ b/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