This repository contains dotfiles managed with chezmoi.
To apply these dotfiles on a new machine, install chezmoi and then:
# initialize
chezmoi init https://github.com/$GITHUB_USERNAME/dotfiles.git
# assess changes ready to apply locally
chezmoi diff
# apply when ready
chezmoi -v applyUpdate straight from remote repository:
chezmoi updateFor more information, see the chezmoi documentation.