diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |