mirror of
https://git.sr.ht/~danbarber/dotfiles
synced 2025-03-04 08:59:18 +00:00
27 lines
304 B
Markdown
27 lines
304 B
Markdown
My (new) Dotfiles
|
|
=================
|
|
|
|
1. Install `chezmoi`
|
|
|
|
```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
|
|
```
|