about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 51ca36e..08370b0 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,8 @@ sublime:
 
 vim:
 	@printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)"
-	mkdir -p ~/.vim/undodir
+	mkdir -p ~/.vim/{undodir,swap,backup}
+	chmod 700 ~/.vim/{undodir,swap,backup}
 	git submodule update --init -- vim/.vim/bundle
 	stow -t "$$HOME" vim