dotfiles/README.md

10 lines
188 B
Markdown
Raw Normal View History

2024-08-23 06:47:01 +00:00
# README.md of chezmoi repo
This is my chezmoi dotfiles repo
2025-01-12 15:02:26 +00:00
## One line install
```bash
2025-03-12 14:36:40 +00:00
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply https://code.lksz.me/lksz/dotfiles.git
2025-01-12 15:02:26 +00:00
```