From f6b33709b9d8e1a8223b0fe0a8951670c60529da Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 13 Apr 2022 13:14:40 +0100 Subject: [PATCH] Document existing .zshrc file rename when installing --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index 5e5878b..4396337 100644 --- a/Home.md +++ b/Home.md @@ -18,6 +18,8 @@ | **curl** | `sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` | | **wget** | `sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` | | **fetch** | `sh -c "$(fetch -o - https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` | + + **NOTE: the installer will rename an existing `.zshrc` file to `.zshrc.pre-oh-my-zsh`.** ## Getting started