diff options
author | Franck Cuny <fcuny@twitter.com> | 2018-09-05 08:43:14 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2018-09-05 08:43:14 -0700 |
commit | 2f8889f15056a3d02012c98c0eb701ee6fb16a57 (patch) | |
tree | 552b1273a0401d2cbe77a10053c75edb7fd870b6 /configs/rcs/Makefile | |
parent | [emacs] drop a bunch of useless stuff from the config (diff) | |
download | emacs.d-2f8889f15056a3d02012c98c0eb701ee6fb16a57.tar.gz |
[vim] Guess what.
Diffstat (limited to 'configs/rcs/Makefile')
-rw-r--r-- | configs/rcs/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/configs/rcs/Makefile b/configs/rcs/Makefile index e1fe326..2b78a51 100644 --- a/configs/rcs/Makefile +++ b/configs/rcs/Makefile @@ -7,9 +7,7 @@ INSTALL = \ ctags \ emacs.d \ gitconfig \ - gitignore \ - vimrc \ - vim + gitignore INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) @@ -25,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" @@ -42,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 |