diff --git a/helpers/config b/.helpers/config similarity index 100% rename from helpers/config rename to .helpers/config diff --git a/helpers/nvim-packer b/.helpers/nvim-packer similarity index 100% rename from helpers/nvim-packer rename to .helpers/nvim-packer diff --git a/Makefile b/Makefile index 3173dc2..e4e08ed 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,13 @@ .PHONY: backup clean update install_packer backup: - @bash ./helpers/config backup + @bash ./.helpers/config backup update: - @bash ./helpers/config update + @bash ./.helpers/config update clean: backup - @bash ./helpers/config clean + @bash ./.helpers/config clean install_packer: - @bash ./helpers/nvim-packer + @bash ./.helpers/nvim-packer