1
0
Fork 0

Makefile overwrite if exists

This commit is contained in:
zymon 2025-01-16 19:59:16 +01:00
parent 55c7d11d5e
commit 2db18f58ab

View file

@ -3,7 +3,7 @@ NVIM_COFNIG = "${XDG_CONFIG_HOME}/nvim"
install:
ln -s `pwd` $(NVIM_COFNIG)
ln -sfn `pwd` $(NVIM_COFNIG)
uninstall:
rm $(NVIM_COFNIG_DIR)