From 2d8323d2629342f513584b612700a0464f42ef71 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 4 Aug 2024 18:39:56 -0700 Subject: [PATCH] Update .chezmoiexternals/bat.toml Change attributes of .config/drapeau/rose-pine-dawn.toml Change attributes of .config/drapeau/rose-pine-moon.toml Change attributes of .config/drapeau/rose-pine.toml --- .chezmoiexternals/bat.toml | 23 +++++++++++++++---- ...rosepine-dawn.toml => rose-pine-dawn.toml} | 0 ...rosepine-moon.toml => rose-pine-moon.toml} | 0 .../{rosepine-main.toml => rose-pine.toml} | 0 4 files changed, 19 insertions(+), 4 deletions(-) rename dot_config/drapeau/{rosepine-dawn.toml => rose-pine-dawn.toml} (100%) rename dot_config/drapeau/{rosepine-moon.toml => rose-pine-moon.toml} (100%) rename dot_config/drapeau/{rosepine-main.toml => rose-pine.toml} (100%) diff --git a/.chezmoiexternals/bat.toml b/.chezmoiexternals/bat.toml index 012b8e6..70fa8bf 100644 --- a/.chezmoiexternals/bat.toml +++ b/.chezmoiexternals/bat.toml @@ -1,19 +1,34 @@ [".config/bat/themes/catppuccin-latte.tmTheme"] type = "file" -url = "https://github.com/catppuccin/bat/raw/main/themes/Catppuccin%20Latte.tmTheme" +url = "https://raw.githubusercontent.com/catppuccin/bat/main/themes/Catppuccin%20Latte.tmTheme" refreshPeriod = "672h" [".config/bat/themes/catppuccin-frappe.tmTheme"] type = "file" -url = "https://github.com/catppuccin/bat/raw/main/themes/Catppuccin%20Frappe.tmTheme" +url = "https://raw.githubusercontent.com/catppuccin/bat/main/themes/Catppuccin%20Frappe.tmTheme" refreshPeriod = "672h" [".config/bat/themes/catppuccin-macchiato.tmTheme"] type = "file" -url = "https://github.com/catppuccin/bat/raw/main/themes/Catppuccin%20Macchiato.tmTheme" +url = "https://raw.githubusercontent.com/catppuccin/bat/main/themes/Catppuccin%20Macchiato.tmTheme" refreshPeriod = "672h" [".config/bat/themes/catppuccin-mocha.tmTheme"] type = "file" -url = "https://github.com/catppuccin/bat/raw/main/themes/Catppuccin%20Mocha.tmTheme" +url = "https://raw.githubusercontent.com/catppuccin/bat/main/themes/Catppuccin%20Mocha.tmTheme" +refreshPeriod = "672h" + +[".config/bat/themes/rose-pine-dawn.tmTheme"] +type = "file" +url = "https://raw.githubusercontent.com/rose-pine/tm-theme/main/dist/themes/rose-pine-dawn.tmTheme" +refreshPeriod = "672h" + +[".config/bat/themes/rose-pine-moon.tmTheme"] +type = "file" +url = "https://raw.githubusercontent.com/rose-pine/tm-theme/main/dist/themes/rose-pine-moon.tmTheme" +refreshPeriod = "672h" + +[".config/bat/themes/rose-pine.tmTheme"] +type = "file" +url = "https://raw.githubusercontent.com/rose-pine/tm-theme/main/dist/themes/rose-pine.tmTheme" refreshPeriod = "672h" diff --git a/dot_config/drapeau/rosepine-dawn.toml b/dot_config/drapeau/rose-pine-dawn.toml similarity index 100% rename from dot_config/drapeau/rosepine-dawn.toml rename to dot_config/drapeau/rose-pine-dawn.toml diff --git a/dot_config/drapeau/rosepine-moon.toml b/dot_config/drapeau/rose-pine-moon.toml similarity index 100% rename from dot_config/drapeau/rosepine-moon.toml rename to dot_config/drapeau/rose-pine-moon.toml diff --git a/dot_config/drapeau/rosepine-main.toml b/dot_config/drapeau/rose-pine.toml similarity index 100% rename from dot_config/drapeau/rosepine-main.toml rename to dot_config/drapeau/rose-pine.toml