Add make target for backing up tmux plugins

This commit is contained in:
2018-01-27 13:31:34 +00:00
parent a8c9b1d04c
commit 20003196c7

View File

@@ -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