Update README instructions

This commit is contained in:
Dan Barber 2024-09-26 18:00:37 -05:00
parent fa8d81879c
commit 580170f42e

View File

@ -1,6 +1,26 @@
My (new) Dotfiles My (new) Dotfiles
================= =================
1. `chezmoi init git@git.sr.ht:~danbarber/dotfiles` 1. Install `chezmoi`
2. `chezmoi apply` ```sh
# macOS
$ brew install chezmoi
```
```sh
# CachyOS
$ paru chezmoi
```
2. Initialize
```sh
$ chezmoi init git@git.sr.ht:~danbarber/dotfiles
```
3. Apply
```sh
$ chezmoi apply
```