diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2016-12-10 10:25:13 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2016-12-10 10:25:13 -0800 |
| commit | f584fc8142f12c92ff0a9ce07d420458414ca47a (patch) | |
| tree | 84f96076922395503716a9128058ebed0fc8e632 /Makefile | |
| parent | [iterm] update (diff) | |
| download | emacs.d-f584fc8142f12c92ff0a9ce07d420458414ca47a.tar.gz | |
[vim] Add basic configuration for vim.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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)/$< $@ |
