From dd76be0e82d492b14dbc0a8e5dcf2a2f251c043a Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 10 Feb 2021 16:35:01 -0600 Subject: improve docs --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3