chezmoi
複数の多様なマシンでドットファイルを安全に管理するツール。
$ chezmoi init
$ chezmoi diff
$ chezmoi -v apply
$ chezmoi cd
$ git add .
$ git commit -m "Initial commit"
$ git remote add origin git@github.com:username/dotfiles.git
$ git branch -M main
$ git push -u origin main
確認用
Q.
参考
関連