nvim.d/Makefile

14 lines
214 B
Makefile
Raw Normal View History

.PHONY: backup clean update install_packer
2022-03-13 15:35:55 +00:00
backup:
@bash ./helpers/config backup
update:
@bash ./helpers/config update
clean: backup
@bash ./helpers/config clean
2022-03-13 19:58:49 +00:00
install_packer:
@bash ./helpers/nvim-packer