From 2e20eb8571dde5bd3209441a69ec1ef589633738 Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Thu, 13 Apr 2017 02:53:07 -0700 Subject: [PATCH] Add note about working around preexisting runcoms Closes #955 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 05a40cd..c7bf480 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ version is 4.3.17. done ``` + Note: If you already have any of the given config files, ln will error. In + simple cases you can add `source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"` to + the bottom of your `.zshrc` to load prezto but keep your config intact. For + more complicated setups, it is recommended that you back up your original + configs and replace them with the provided prezto runcoms. + 4. Set Zsh as your default shell: `chsh -s /bin/zsh`