Merge branch 'main' of github.com:LinuxIsCool/configuration

This commit is contained in:
Shawn Anderson 2024-01-22 11:43:12 -08:00
commit 38c7976be9
1 changed files with 6 additions and 3 deletions

View File

@ -64,6 +64,7 @@ To install:
8. Use nvm to install node 8. Use nvm to install node
``` ```
nvm install latest
nvm use latest nvm use latest
``` ```
@ -94,8 +95,10 @@ To install:
10. Install neovim plugins (will install fzf) 10. Install neovim plugins (will install fzf)
``` ```
nvim rm -rf ~/.config/nvim
:PlugInstall 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 11. Make sure fzf is installed system wide
@ -107,7 +110,7 @@ To install:
12. Install autojump 12. Install autojump
``` ```
cd ~/.local/share/ 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 13. Install virtualfish