Update README.md

This commit is contained in:
Shawn Anderson 2024-05-07 16:10:59 -04:00 committed by GitHub
parent 1a300e366c
commit c5bff799ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 15 deletions

View File

@ -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)