Added latest chezmoi version at image build time for complete package at install without internet
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 6m54s
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 6m55s

This commit is contained in:
2025-06-20 17:00:15 -04:00
parent fa931b6f1f
commit d0e1214f23
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
git clone https://git.hydrosaber.com/eriq12/dotfiles /etc/skel/.local/share/chezmoi
cp /etc/skel/.local/share/chezmoi/dot_bashrc /etc/skel/.bashrc
cp /etc/skel/.local/share/chezmoi/dot_zshrc /etc/skel/.zshrc
cp -r /etc/skel/.local/share/chezmoi/dot_config /etc/skel/.config

View File

@@ -1,3 +1,7 @@
modules:
- type: chezmoi
repository: "https://git.hydrosaber.com/eriq12/dotfiles"
- type: script
scripts:
- setupchezmoiskel.sh