add nvchad.sh install
parent
47bda308a1
commit
d5998fb3de
|
@ -0,0 +1,12 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
sudo pacman -S npm cargo
|
||||||
|
|
||||||
|
rm -rf ~/.config/nvim/
|
||||||
|
rm -rf ~/.local/share/nvim/
|
||||||
|
mkdir ~/.config/nvim
|
||||||
|
|
||||||
|
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1
|
||||||
|
|
||||||
|
rm -rf ~/.config/nvim/lua/custom/
|
||||||
|
ln -s ~/.config/nvchad/custom/ ~/.config/nvim/lua/
|
Loading…
Reference in New Issue