From 0de3190c58c56566ef602e198ff4b0d7ce3bc7f3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 9 Sep 2018 17:50:20 -0700 Subject: [vim] ffs --- configs/rcs/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'configs/rcs/Makefile') diff --git a/configs/rcs/Makefile b/configs/rcs/Makefile index 829ea13..2b78a51 100644 --- a/configs/rcs/Makefile +++ b/configs/rcs/Makefile @@ -7,10 +7,7 @@ INSTALL = \ ctags \ emacs.d \ gitconfig \ - gitignore \ - vimrc \ - vim \ - tmux.conf + gitignore INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) @@ -26,9 +23,6 @@ $(HOME)/.ssh/authorized_keys: $(HOME)/workspace: @mkdir -p $(HOME)/workspace/ -$(HOME)/.local/share/vim: - @mkdir -p $(HOME)/.local/share/vim - .PHONY: git git: @git config --local user.email "franck.cuny@gmail.com" @@ -43,4 +37,4 @@ clean-dead: @find ~ -maxdepth 1 -name '.*' -type l -exec test ! -e {} \; -delete .PHONY: install -install: $(INSTALLED) $(HOME)/workspace $(HOME)/.ssh/authorized_keys $(HOME)/.local/share/vim +install: $(INSTALLED) $(HOME)/workspace $(HOME)/.ssh/authorized_keys -- cgit v1.2.3