From 75c407521034a05d54a11f45602cdb0c1e027cea Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 19 Mar 2023 19:19:14 +0100 Subject: [PATCH] comments --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ce5d35..0016b8b 100644 --- a/Makefile +++ b/Makefile @@ -6,28 +6,33 @@ MAKEFLAGS += --no-print-directory all: full-sync +# Pull latest changes refresh: @$(VC) pull +# Pull and sync full-sync: @$(MAKE) refresh @$(MAKE) sync # === All platforms == +# .config sync-dotconfig: @mkdir -p $(HOME)/.config/fish/conf.d @mkdir -p $(HOME)/.config/fish/functions @echo .config directory synced! - +# .emacs.d sync-emacs: @echo Emacs config synced! +# .mozilla sync-mozilla: @echo Firefox config synced! +# .unison sync-unison: @echo Unison preferences synced!