22 lines
239 B
Markdown
22 lines
239 B
Markdown
# 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
|
|
```
|
|
|
|
|