From 20003196c72f5eafa7d3e22088a63f2ee7cf2219 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 27 Jan 2018 13:31:34 +0000 Subject: [PATCH] Add make target for backing up tmux plugins --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 3a34c10..5e0ad97 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,7 @@ backup-zplug-cache: cd shell/zsh \ && tar -cjf zplug-cache-$(shell date "+%Y-%m-%d").tar.bz2 zplug-cache + +.PHONY: backup-tmux-plugins +backup-tmux-plugins: + cd tmux && tar -cjf tmux-plugins-$(shell date "+%Y-%m-%d").tar.bz2 plugins