nvchad install script
This commit is contained in:
parent
e5cf7869b4
commit
861ad2fd11
8
nvim/install.sh
Normal file
8
nvim/install.sh
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
rm -rf ~/.config/nvim
|
||||||
|
rm -rf ~/.local/share/nvim
|
||||||
|
rm -rf ~/.cache/nvim
|
||||||
|
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 ; nvim
|
||||||
|
ln -s $HOME/dotfiles/nvim/custom $HOME/.config/nvim/lua/custom
|
||||||
|
|
Loading…
Reference in New Issue
Block a user