I manage my dotfiles with Chezmoi.
Day to day usage looks like this:
chezmoi edit .vimrc
chezmoi diff
chezmoi apply
chezmoi cd
git add .
git commit -m "Commit message here"
git push origin
| Name | Name | Last commit date | ||
|---|---|---|---|---|
I manage my dotfiles with Chezmoi.
Day to day usage looks like this:
chezmoi edit .vimrc
chezmoi diff
chezmoi apply
chezmoi cd
git add .
git commit -m "Commit message here"
git push origin