2022-02-09 20:43:11 +00:00
|
|
|
# Dotfiles
|
|
|
|
|
2022-05-17 11:58:22 -04:00
|
|
|
## Usage
|
|
|
|
|
|
|
|
To initialize a new machine:
|
|
|
|
|
|
|
|
```
|
2024-08-09 18:42:46 +00:00
|
|
|
chezmoi init git@codeberg.org:redstrate/dotfiles.git
|
2022-05-17 11:58:22 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
To edit a file:
|
|
|
|
|
|
|
|
```
|
|
|
|
chezmoi edit .config/git/config
|
|
|
|
```
|
|
|
|
|
|
|
|
To commit:
|
|
|
|
|
|
|
|
```
|
|
|
|
chezmoi git commit
|
2022-08-02 14:52:21 -04:00
|
|
|
```
|