mirror of
https://git.sr.ht/~danbarber/dotfiles
synced 2025-03-04 08:59:18 +00:00
Update README instructions
This commit is contained in:
parent
fa8d81879c
commit
580170f42e
24
README.md
24
README.md
@ -1,6 +1,26 @@
|
||||
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
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user