1
0
Fork 0

Makefile + README update

This commit is contained in:
zymon 2024-08-22 21:40:43 +02:00
parent faeec4ecca
commit 2df4a2e26e
2 changed files with 6 additions and 1 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
install:
ln -s `pwd` "${XDG_CONFIG_HOME}/nvim"
uninstall:
rm "${XDG_CONFIG_HOME}/nvim"

View file

@ -2,5 +2,5 @@
## Install ## Install
```sh ```sh
ln -s `pwd` "${XDG_CONFIG_HOME}/nvim" make install
``` ```