From c5bff799eafed85ded3984d326b57c89d7f152f2 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Tue, 7 May 2024 16:10:59 -0400 Subject: [PATCH] Update README.md --- README.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 65b45b7..318b653 100644 --- a/README.md +++ b/README.md @@ -92,14 +92,14 @@ To install: bob use latest fish_add_path ~/.local/share/bob/nvim-bin/ ``` - -10. Install neovim plugins (will install fzf) - ``` - 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 +16. Install NVChad ``` + rm -rf ~/.config/nvim + rm -rf ~/.local/share/nvim + git clone -b v2.0 git@github.com:NvChad/NvChad.git ~/.config/nvim --branch v2.0 --depth 1 + git clone git@github.com:LinuxIsCool/nvchadcustom.git ~/.config/nvim/lua/custom + nvim + ``` 11. Make sure fzf is installed system wide ``` @@ -132,14 +132,6 @@ To install: prefix + I ``` - 16. Install NVChad - - - rm -rf ~/.config/nvim - rm -rf ~/.local/share/nvim - git clone -b v2.0 git@github.com:NvChad/NvChad.git ~/.config/nvim && nvim - git clone git@github.com:LinuxIsCool/nvchadcustom.git ~/.config/nvim/lua/custom - nvim 18. Gnome tweaks (Optional)