aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 22c6ff8..0c8d64f 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,9 @@ The script does the following:
* Clear out `$PWD/dotfiles-backup/`.
* Symlink everything under `config` into `$XDG_CONFIG_HOME`. Moves everything
that already exists to `$PWD/dotfiles-backup/` first.
- * Symlink `vimrc` and `zshrc` into `$HOME`. Again back up existing files to
+ * Symlink everything under `home` into `$HOME`. Again back up existing files to
`$PWD/dotfiles-backup`.
* Clone Vundle into `~/.vim/bundle/vundle/` and run `BundleInstall`.
- * Create `~/.zshrc-local` if one doesn't already exist.
+ * Copy files under `local` into the appropriate locations only if they don't
+ already exist. These are for handling local configuration that shouldn't or
+ can't be version controlled.