diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2020-02-02 12:58:59 +0800 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2020-02-02 12:58:59 +0800 |
| commit | 4e33b8e8a196d1d81485dc3f523d9cf0bbdb2f49 (patch) | |
| tree | bfe55e66734928054a28a0ad1def7f43a2538970 /Makefile | |
| parent | f2b18aab5a84d04a36f4194473680ad70bdb5578 (diff) | |
| parent | de79e53a021ae10065886f6360de62bd7c65b605 (diff) | |
| download | dotfiles-4e33b8e8a196d1d81485dc3f523d9cf0bbdb2f49.tar.gz dotfiles-4e33b8e8a196d1d81485dc3f523d9cf0bbdb2f49.tar.bz2 dotfiles-4e33b8e8a196d1d81485dc3f523d9cf0bbdb2f49.tar.lz dotfiles-4e33b8e8a196d1d81485dc3f523d9cf0bbdb2f49.tar.xz dotfiles-4e33b8e8a196d1d81485dc3f523d9cf0bbdb2f49.tar.zst dotfiles-4e33b8e8a196d1d81485dc3f523d9cf0bbdb2f49.zip | |
fix merge conflict
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,8 +1,8 @@ all_files := basics emacs spacemacs doom-emacs git i3wm bspwm 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): @@ -36,7 +36,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 |
