Fill out README with usage information
This commit is contained in:
parent
76c37ac62b
commit
17e92fb125
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -1,2 +1,21 @@
|
|||
# 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
|
||||
```
|
Loading…
Add table
Reference in a new issue