Added oneline install

This commit is contained in:
lksz 2025-01-12 15:02:26 +00:00
parent 61a8b9895b
commit 53c62408d8
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# README.md of chezmoi repo
This is my chezmoi dotfiles repo
## One line install
```bash
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply https://code.szk.li/lksz/dotfiles.git
```