From 31344324fb66bd8c59b6867afc6a393e40d499be Mon Sep 17 00:00:00 2001 From: Doug Masiero Date: Tue, 29 Apr 2025 10:49:53 -0400 Subject: [PATCH] Add install zsh instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dc7cdb..7cbf864 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ Primarily based on [antidote](https://antidote.sh/) and [powerlevel10k](https://github.com/romkatv/powerlevel10k). -⚠️ `brew install antidote` before placing files in your home directory. +☝🏻 If you don't have zsh already, install this first. `brew install zsh` and change it to your default shell. `chsh -s /bin/zsh` + +⚠️ `brew install antidote` before placing files in your home directory. Backup anything of the files you already have existing. \ No newline at end of file