mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:26:42 +00:00
9 lines
261 B
Makefile
9 lines
261 B
Makefile
.PHONY: backup-zplug-cache
|
|
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
|