summaryrefslogtreecommitdiff
path: root/.zsh
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-01-15 10:08:00 +0000
committerUrbain Vaes <urbain@vaes.uk>2016-01-15 10:08:00 +0000
commit2dc9d4299442280e9e2b386de66507edc3d7b681 (patch)
treee8c5f89fc508bad1e61f152b774103a574396c56 /.zsh
parentf6b127215458a80424453d931e1d41a516f528bd (diff)
Simplify install script
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/.zsh/Makefile b/.zsh/Makefile
deleted file mode 100644
index 74a4bfc..0000000
--- a/.zsh/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-HOME=/home/urbain
-TARGETS=$(addprefix $(HOME)/,.zsh .zshrc .zgen)
-
-all : $(TARGETS)
-
-$(HOME)/.zshrc :
- rm -f $@ && ln -s $(PWD)/zshrc $@
-
-$(HOME)/.zsh :
- rm -f $@ && ln -s $(PWD) $@
-
-$(HOME)/.zgen : $(PWD)/zgen
- cp -r $(PWD)/zgen $@
-
-clean :
- rm -f $(HOME)/.zsh $(HOME)/.zshrc
- rm -rf $(HOME)/.zgen