mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Major revamp of shell init - drop bash support, focus on zsh
This commit is contained in:
17
Makefile
17
Makefile
@@ -1,8 +1,13 @@
|
||||
.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-zplug
|
||||
backup-zplug: \
|
||||
zsh/zplug-$(shell date "+%Y-%m-%d").tar.bz2
|
||||
|
||||
.PHONY: backup-tmux-plugins
|
||||
backup-tmux-plugins:
|
||||
cd tmux && tar -cjf tmux-plugins-$(shell date "+%Y-%m-%d").tar.bz2 plugins
|
||||
backup-tmux-plugins: \
|
||||
tmux/tmux-plugins-$(shell date "+%Y-%m-%d").tar.bz2
|
||||
|
||||
zsh/zplug-%.tar.bz2: zsh/zplug
|
||||
cd zsh && tar -cjf "$(shell basename "$@")" zplug
|
||||
|
||||
tmux/tmux-plugins-%.tar.bz2: tmux/plugins
|
||||
cd tmux && tar -cjf "$(shell basename "$@")" plugins
|
||||
|
||||
Reference in New Issue
Block a user