Install chezmoi via Homebrew, then apply dotfiles:
brew install chezmoi
chezmoi init git@github.com:marchdf/dotfiles.git
chezmoi diff
chezmoi apply -vInstall chezmoi to arch-specific bin:
ARCH=$(uname -m)
mkdir -p ~/.local/${ARCH}/bin
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b ~/.local/${ARCH}/bin
export PATH="$HOME/.local/${ARCH}/bin:$PATH"Then apply dotfiles:
chezmoi init git@github.com:marchdf/dotfiles.git
chezmoi diff
chezmoi apply -vFor a full environment with all dependencies, run the bootstrap script first:
curl -fsSL https://raw.githubusercontent.com/marchdf/dotfiles/main/bin/executable_install_bootstrap_dependencies.sh | bashThe following will lead to an improved experience:
