From 1602e5c1e5666ce67971a38a03e690181144c14d Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Wed, 20 Dec 2023 12:40:37 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86a7b99..295a017 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ To install: 8. Use nvm to install node ``` + nvm install latest nvm use latest ``` From 0658a912b5173569cd380acb860979b598dbd6fb Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Wed, 20 Dec 2023 12:53:45 -0800 Subject: [PATCH 2/3] 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 From 7d18c697eae49b6fc51c320af4f21d26c3c5810b Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Wed, 20 Dec 2023 12:56:38 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c13b69..6e43ca8 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ To install: 12. Install autojump ``` cd ~/.local/share/ - git clone git@github.com:wting/autojump.git && cd autojump && python install.py + git clone https://github.com/wting/autojump.git && cd autojump && python install.py ``` 13. Install virtualfish