migrate dotfiles to chezmoi

This commit is contained in:
Daniel Bauer
2025-07-06 16:21:42 +02:00
parent 20a061820e
commit 25e0d0460b
76 changed files with 77 additions and 9533 deletions

View File

@@ -1,8 +1,9 @@
# dotfiles for linux/wsl
# My dotfiles
clone to `.dotfiles`.
Set up on new machin:
Start by installing the base configuration via `./install.sh`.
Then choose relevant configuration bundles with `./dotfiles.sh bundname`
(i.e. `./dotfiles.sh gui`)
```bash
sh -c "$(curl -fsLS get.chezmoi.io)"
chezmoi init --apply dnlbauer
```