summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-03-23 09:28:03 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-03-23 09:28:03 -0700
commit39548f2301ef4faf6cf19f4a6f379f183c6e2fc5 (patch)
treef8d3b7a16fca4aa0cecf86f06181f8be84274f38 /Makefile
parent[zsh] replace bash with zsh. (diff)
downloademacs.d-39548f2301ef4faf6cf19f4a6f379f183c6e2fc5.tar.gz
[zsh] clean up zsh config.
Keep as few files as possible, and document the order this files are loaded in OS X.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index bc9b2be..af15df7 100644
--- a/Makefile
+++ b/Makefile
@@ -4,11 +4,10 @@ INSTALL = \
aliases \
aspell.en.pws \
emacs.d \
- env \
gitconfig \
gitignore \
tmux.conf \
- zshenv \
+ zprofile \
zshrc
git:
@@ -18,7 +17,7 @@ git:
INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))
LN = @ln -sf
-install: $(INSTALLED) $(HOME)/bin $(HOME)/src $(HOME)/tmp $(HOME)/.ssh/authorized_keys git
+install: $(INSTALLED) $(HOME)/bin $(HOME)/src $(HOME)/.ssh/authorized_keys git
$(INTO)/.% : %
@[ ! -e $@ ] || [ -h $@ ] || mv -f $@ $@.bak
@@ -33,9 +32,6 @@ $(HOME)/bin:
$(HOME)/src:
mkdir -p $(HOME)/src
-$(HOME)/tmp:
- mkdir -p $(HOME)/tmp
-
check-dead:
@find ~ -maxdepth 1 -name '.*' -type l -exec test ! -e {} \; -print
@find ~/bin -maxdepth 1 -name '.*' -type l -exec test ! -e {} \; -print