From 6744462d008057e40644a8bbb7902f0909298511 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 14 Aug 2019 10:10:21 -0400 Subject: pull remote changes when running make --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 08370b0..c62bcb8 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ fish: fzf: fish @printf "$(YELLOW)--- fzf ------------------------------------------------\n$(RESET)" - git submodule update --init -- fzf/.fzf + git submodule update --remote --init -- fzf/.fzf stow -t "$$HOME" fzf ~/.fzf/install --no-bash --no-zsh --no-completion --no-update-rc --key-bindings --64 @@ -84,7 +84,7 @@ vim: @printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)" mkdir -p ~/.vim/{undodir,swap,backup} chmod 700 ~/.vim/{undodir,swap,backup} - git submodule update --init -- vim/.vim/bundle + git submodule update --remote --init -- vim/.vim/bundle stow -t "$$HOME" vim vscode: -- cgit 1.4.1