diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-03-29 10:33:43 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-03-29 10:33:43 -0600 |
commit | f25683aeb96ac17aa0610cd2fda1c77b0a888eeb (patch) | |
tree | cc6c237be5cb2a3711b162b1fbd91561a5da112b /Makefile | |
parent | bd2fdc1372be3d11c8205b6ef2965d4173cf53f0 (diff) |
Adding vim into the repo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |