aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-03-02 00:39:00 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-03-02 00:39:00 +1300
commitd5a37c2850b599e548fe74437da5da6da6a62ac5 (patch)
tree822e563ed332991e5f5785886c456e59bc51efd8 /Makefile
parentMove submodule pulls to end of recipe (diff)
downloaddotfiles-d5a37c2850b599e548fe74437da5da6da6a62ac5.tar.gz
dotfiles-d5a37c2850b599e548fe74437da5da6da6a62ac5.zip
Add missing directory creation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cb403e49..d45c8763 100644
--- a/Makefile
+++ b/Makefile
@@ -94,6 +94,7 @@ install-tmux :
ln -s $(PWD)/tmux/tmux.conf $(HOME)/.tmux.conf
install-vim :
+ mkdir -p ~/.vim
rm -fr $(HOME)/.vim/after $(HOME)/.vim/autoload $(HOME)/.vim/bundle
rm -f $(HOME)/.vimrc $(HOME)/.gvimrc
ln -s $(PWD)/vim/after $(HOME)/.vim/after