1
0
Fork 0

Makefiles update

This commit is contained in:
zymon 2024-12-17 15:21:40 +01:00
parent 6c942b01a8
commit d35cf197f9

View file

@ -1,6 +1,8 @@
NVIM_COFNIG = "${XDG_CONFIG_HOME}/nvim"
mkdir -p "$(NVIM_COFNIG)"
install:
ln -s `pwd` $(NVIM_COFNIG)