diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -5,3 +5,4 @@ vim-options .mypy_cache dasht tags +vim @@ -9,6 +9,7 @@ help: setup: ## Clone down additional repos that are needed for building git clone git@github.com:thornycrackers/.nvim.git nvim git clone git@github.com:thornycrackers/vim-options.git + git clone git@github.com:thornycrackers/.vim.git vim git clone https://github.com/sunaku/dasht build: ## Build the base image |