summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-07-01 10:30:31 -0700
committerFranck Cuny <franck.cuny@gmail.com>2018-07-01 10:30:31 -0700
commit3018e013be73ba486ed7832877343917e086a3ae (patch)
tree7a10dbddc921891a96b3bbb00dc870dd21554705 /Makefile
parent[emacs] Massive rewrite (diff)
downloademacs.d-3018e013be73ba486ed7832877343917e086a3ae.tar.gz
general cleanup
Remove vim and tmux
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 4e0e867..2b78a51 100644
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,7 @@ INSTALL = \
ctags \
emacs.d \
gitconfig \
- gitignore \
- tmux.conf \
- vim \
- vimrc
+ gitignore
INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))
@@ -26,9 +23,6 @@ $(HOME)/.ssh/authorized_keys:
$(HOME)/workspace:
@mkdir -p $(HOME)/workspace/
-$(PWD)/vim/autoload/plug.vim:
- @curl -fLo $(PWD)/vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.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 $(PWD)/vim/autoload/plug.vim
+install: $(INSTALLED) $(HOME)/workspace $(HOME)/.ssh/authorized_keys