From 95cdfaeee85d9cff442861eb79f305a1b4a788d1 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 23 Jul 2017 19:53:37 +0000 Subject: Install plugins when installing --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f0fba53..0b228ea 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,8 @@ help: @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' install: ## Install the symlink - ln -s $(CURDIR)/vimrc ~/.vimrc + ln -sf $(CURDIR)/vimrc ~/.vimrc + vim +PlugInstall +qa uninstall: ## Remove the sumlink [[ -L ~/.muttrc ]] && rm ~/.vimrc -- cgit v1.2.3