From 23c97a05322f7a8232e0d28f578c104f26e002a0 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sat, 18 Jan 2025 11:45:53 -0500 Subject: [PATCH] Add chezmoi --- recipes/common/jp-chezmoi.yml | 7 +++++++ recipes/common/jp-common-bootc.yml | 1 + recipes/common/jp-common.yml | 1 + 3 files changed, 9 insertions(+) create mode 100644 recipes/common/jp-chezmoi.yml diff --git a/recipes/common/jp-chezmoi.yml b/recipes/common/jp-chezmoi.yml new file mode 100644 index 0000000..d4c287c --- /dev/null +++ b/recipes/common/jp-chezmoi.yml @@ -0,0 +1,7 @@ +--- +# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json +modules: + - type: chezmoi + repository: git@gitlab.com:gmpinder/dotfiles.git + disable-init: true + diff --git a/recipes/common/jp-common-bootc.yml b/recipes/common/jp-common-bootc.yml index e182b86..ab1dfd7 100644 --- a/recipes/common/jp-common-bootc.yml +++ b/recipes/common/jp-common-bootc.yml @@ -18,3 +18,4 @@ modules: - JetBrainsMono - NerdFontsSymbolsOnly - from-file: common/bluebuild-logo.yml + - from-file: common/jp-chezmoi.yml diff --git a/recipes/common/jp-common.yml b/recipes/common/jp-common.yml index d18611c..f041028 100644 --- a/recipes/common/jp-common.yml +++ b/recipes/common/jp-common.yml @@ -18,3 +18,4 @@ modules: - JetBrainsMono - NerdFontsSymbolsOnly - from-file: common/bluebuild-logo.yml + - from-file: common/jp-chezmoi.yml