Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 379 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 379 Bytes

dotfiles

My dotfiles.

Prerequisites

My dotfiles rely upon chezmoi, so install it before proceeding to the installation step.

Installation

Use chezmoi to clone, initialize and apply the dotfiles all in one go:

sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply "${GITHUB_USERNAME:-dylangleason}"