chezmoi
複数の多様なマシンでドットファイルを安全に管理するツール。
$ sh -c "$(curl -fsLS https://chezmoi.io/get)" -- init --apply $GITHUB_USERNAME
$ 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
chezmoi - chezmoi
chezmoi ログ
確認用
Q.
参考
関連
#shell