diff --git a/README.md b/README.md new file mode 100644 index 0000000..d805048 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# How to use this repo + +## Install [chezmoi](https://www.chezmoi.io/) + +``` +yay -Sy chezmoi +``` + +## Set up chezmoi on the computer + +``` +chezmoi init git.jefflance.me/jeff/chezmoi +``` + +## Apply chezmoi configuration + +``` +chezmoi apply +``` + +