aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-07-23 19:53:37 +0000
committerCody Hiar <codyfh@gmail.com>2017-07-23 19:53:37 +0000
commit95cdfaeee85d9cff442861eb79f305a1b4a788d1 (patch)
tree5d1162c4a78fab3d4c2784b2ebfe49322a285986
parent873aac6fab93f98913bd2333d632e0b8067cba18 (diff)
Install plugins when installing
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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