Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 560 Bytes

File metadata and controls

28 lines (20 loc) · 560 Bytes

Dotfiles

This repository contains dotfiles managed with chezmoi.

Setup

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 apply

Update straight from remote repository:

chezmoi update

Documentation

For more information, see the chezmoi documentation.