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