diff options
Diffstat (limited to '.README.md')
-rw-r--r-- | .README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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). |