Added makefile

This commit is contained in:
Kristofers Solo 2023-02-24 15:53:27 +02:00
parent b139246879
commit 50966e6bc7

5
makefile Normal file
View File

@ -0,0 +1,5 @@
install:
cp -rf ../SoloVim/ ~/.config/nvim.test
uninstall:
rm -rf ~/.config/nvim.test