diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2016-03-23 09:28:03 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2016-03-23 09:28:03 -0700 |
| commit | 39548f2301ef4faf6cf19f4a6f379f183c6e2fc5 (patch) | |
| tree | f8d3b7a16fca4aa0cecf86f06181f8be84274f38 /Makefile | |
| parent | [zsh] replace bash with zsh. (diff) | |
| download | emacs.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-- | Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 |
