Files
hydro-os/files/scripts/setupchezmoiskel.sh
Eriq Taing d0e1214f23
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
Added latest chezmoi version at image build time for complete package at install without internet
2025-06-20 17:00:15 -04:00

10 lines
368 B
Bash

#!/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