aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2019-01-03 16:17:14 +0000
committerCody Hiar <codyfh@gmail.com>2019-01-03 16:17:14 +0000
commitda17a1fe4dbc43d735898eacf3fee00b80f9c4cf (patch)
tree96b815a9cff9c51731ba091f2423df47b633a4ae
parent81b4d7f7904b3e63926f37e3b0d486bf9469b4e1 (diff)
Setup command removes existing folders
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a3b4a4c..9d82a45 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
setup: ## Clone down additional repos that are needed for building
+ rm -rf nvim vim-options vim
git clone https://github.com/thornycrackers/.nvim.git nvim
git clone https://github.com/thornycrackers/vim-options.git
git clone https://github.com/thornycrackers/.vim.git vim