1
Fork 0

Fill out README with usage information

This commit is contained in:
Joshua Goins 2022-05-17 11:58:22 -04:00
parent 76c37ac62b
commit 17e92fb125

View file

@ -1,2 +1,21 @@
# Dotfiles # Dotfiles
## Usage
To initialize a new machine:
```
chezmoi init https://git.ryne.moe/redstrate/dotfiles.git
```
To edit a file:
```
chezmoi edit .config/git/config
```
To commit:
```
chezmoi git commit
```