From 0658a912b5173569cd380acb860979b598dbd6fb Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Wed, 20 Dec 2023 12:53:45 -0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 295a017..5c13b69 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,10 @@ To install: 10. Install neovim plugins (will install fzf) ``` - nvim - :PlugInstall + rm -rf ~/.config/nvim + git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 && nvim + rm -rf ~/.config/nvim/lua/custom + git clone https://github.com/LinuxIsCool/nvchadcustom.git ~/.config/nvim/lua/custom ``` 11. Make sure fzf is installed system wide