mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add make target for backing up tmux plugins
This commit is contained in:
4
Makefile
4
Makefile
@@ -2,3 +2,7 @@
|
|||||||
backup-zplug-cache:
|
backup-zplug-cache:
|
||||||
cd shell/zsh \
|
cd shell/zsh \
|
||||||
&& tar -cjf zplug-cache-$(shell date "+%Y-%m-%d").tar.bz2 zplug-cache
|
&& 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
|
||||||
|
|||||||
Reference in New Issue
Block a user