1SHELL := /bin/bash 2 3default: export GIT_ALLOW_PROTOCOL=file:https:ssh 4default: update 5 ln -sfn $(CURDIR) ${HOME}/.vim 6 7update: 8 git submodule update --init --remote