5 lines
159 B
Makefile
5 lines
159 B
Makefile
get:
|
|
cp -r ~/.config/nvim/lua/custom lua/
|
|
install:
|
|
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1
|
|
cp -r lua/custom ~/.config/nvim/lua/
|