summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.