dotfiles/README.md

9 lines
217 B
Markdown
Raw Normal View History

2022-01-30 18:28:45 +00:00
# Dotfiles
These are my dotfiles, managed by [chezmoi](https://www.chezmoi.io/).
## Installation
```bash
sh -c "$(curl -fsLS git.io/chezmoi)" -- -b "${HOME}/bin" -d init --use-builtin-git on --apply weyhmueller
```