diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 20:09:00 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 21:41:10 +0200 |
| commit | 55d3b53816c760973379c2231699b2e7fcce02d8 (patch) | |
| tree | 08ccd9c418284c8745ccdba102159798b1944353 /.local | |
| parent | db2a2fe0848c0d7d004ac3310bca4b837229aa7c (diff) | |
| download | dotfiles-55d3b53816c760973379c2231699b2e7fcce02d8.tar.gz dotfiles-55d3b53816c760973379c2231699b2e7fcce02d8.zip | |
misc: fix wording, comments, typos
Diffstat (limited to '.local')
| -rw-r--r-- | .local/share/dotfiles/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/dotfiles/README.md b/.local/share/dotfiles/README.md index 8382007..1d9e73c 100644 --- a/.local/share/dotfiles/README.md +++ b/.local/share/dotfiles/README.md @@ -3,7 +3,7 @@ The repository for my configurations, my tools, my setup. Each branch is for a specific environment (OS, distribution, DE, whatever). It is inspired by [this][0]. -A dotfiles repository index can be anywhere, but the working tree must be at `HOME`. This is how to start from scratch: +A dotfiles git directory can be anywhere, but the working tree must be at `HOME`. This is how to start from scratch: ```bash git init --bare "$DOTFILES_DIR" |
