aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/.README.md b/.README.md
index 2aff8cd..ab666f9 100644
--- a/.README.md
+++ b/.README.md
@@ -16,3 +16,14 @@ of files `git clean` will delete by adding the `--dry-run` parameter.
git branch --set-upstream-to=origin/master master
The deployment should preferably take place right after you install Cygwin.
+
+`git` doesn't preserve file permissions.
+After the deployment, anyone will be able to read any of the deployed
+"dotfiles".
+To adjust the permissions so that only you can read the files, `source`
+`.bashrc` (`bash` does this automatically) and execute
+
+ adjust_dotfiles_permissions
+
+This also makes sure the directories in the repository are accessible only by
+yourself (including the `.git` directory).