summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-12-10 10:25:13 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-12-10 10:25:13 -0800
commitf584fc8142f12c92ff0a9ce07d420458414ca47a (patch)
tree84f96076922395503716a9128058ebed0fc8e632 /Makefile
parent[iterm] update (diff)
downloademacs.d-f584fc8142f12c92ff0a9ce07d420458414ca47a.tar.gz
[vim] Add basic configuration for vim.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e941970..3a5ca3d 100644
--- a/Makefile
+++ b/Makefile
@@ -9,14 +9,13 @@ INSTALL = \
 	emacs.d \
 	gitconfig \
 	gitignore \
-	tmux.conf
-
+	tmux.conf \
+	vimrc
 
 INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))
 FONTS     = $(patsubst fonts/%.ttf,$(FONTS_DIR)/%.ttf,$(MYFONTS))
 LN        = @ln -sf
 
-
 $(INTO)/.% : %
 	@[ ! -e $@ ] || [ -h $@ ] || mv -f $@ $@.bak
 	$(LN) $(PWD)/$< $@