From de79e53a021ae10065886f6360de62bd7c65b605 Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Tue, 17 Sep 2019 18:48:47 +0700 Subject: Update ZSH: use zplug instead of antigen --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index db572f7..a226e9e 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ all_files := basics emacs spacemacs doom-emacs git i3wm vim nvim tmux x zsh fish -simple_files := emacs spacemacs doom-emacs vim x zsh fish +simple_files := emacs spacemacs doom-emacs vim x fish -.PHONY: $(all_files) +.PHONY: $(all_files) zplug $(simple_files): @@ -29,7 +29,11 @@ nvim: curl -fLo nvim/.config/nvim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim stow -t ~ $@ +zsh: zplug + stow -t ~ $@ +zplug: + curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh -- cgit v1.2.3