diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-01-15 10:08:00 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-01-15 10:08:00 +0000 |
commit | 2dc9d4299442280e9e2b386de66507edc3d7b681 (patch) | |
tree | e8c5f89fc508bad1e61f152b774103a574396c56 /.zsh | |
parent | f6b127215458a80424453d931e1d41a516f528bd (diff) |
Simplify install script
Diffstat (limited to '.zsh')
-rw-r--r-- | .zsh/Makefile | 17 |
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 |