summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-05-02 12:25:37 +0200
committerMarc Vertes <mvertes@free.fr>2025-05-02 12:25:37 +0200
commitfcfd7f4d544206c5a64d1e57b3933e7782843ed7 (patch)
tree1d27810f2becb70e4a0146fb337cc8188dcf6a10
parent5d567f206e5630c13a683b7d90fdbb580b6f6081 (diff)
fix readme
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0c83b01..f868e4c 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,12 @@
# Dotfiles
Configuration files, stored in a bare git repository. Avoid symlinks and extra tooling
-
Use:
git init --bare ~/dotfiles
alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME'
-Au lieu de
+Instead of:
dotfiles config status.showUntrackedFiles no
@@ -21,7 +20,7 @@ On other machine, to reconstruct:
alias dotfiles as above
dotfiles checkout
-remove files in the way if necessary
+Remove files in the way if necessary.
Manage one branch per computer if necessary.