1
0
This commit is contained in:
2025-10-24 18:24:30 +02:00
parent ab60824b0c
commit 4cf79f093f

21
README.md Normal file
View File

@@ -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
```