Install chezmoi on Mac:
$ brew install chezmoi
or on Linux:
$ BINDIR=~/bin sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply z0mbix
Set fish as your shell:
$ chsh -s /opt/homebrew/bin/fish
or:
$ chsh -s /usr/bin/fish
To update dotfiles on a device:
$ chezmoi diff
$ chezmoi apply