Setup chezmoi for the first time#

Install chezmoi#

curl -sfL https://git.io/chezmoi | sh
  • Installs the correct binary for the current operating system & architecture and puts it with $HOME/bin.

  • $HOME/bin is expected to already be in $PATH.

Visit twpayne/chezmoi for pre-built packages.

Fetch dotfiles#

chezmoi init git@github:vvnraman/dotfiles.git
# or
chezmoi init /home/vvnraman/WinOneDrive/vvn/git/vvnraman/dotfiles.git/

followed by

Let chezmoi take over#

chezmoi diff     # optional to see the subsequent changes
chezmoi apply