brew install chezmoi
sudo pacman -S chezmoi
chezmoi init https://github.com/Akagi201/dotfiles.git
chezmoi add ~/.zshrc
chezmoi cd
# edit dot_files with your favorite editor
chezmoi diff
chezmoi apply -v .zshrc
chezmoi cd
git add .
git commit -m "xxx"
git push