From d917381b7c3b6ea98da1b292ac6822fb7796d811 Mon Sep 17 00:00:00 2001 From: JuanPablo Date: Sun, 12 Jun 2011 11:58:57 -0400 Subject: [PATCH] add Makefile for install with ln --- Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..8e683ab09 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +install: + [ -f $(HOME)/.oh-my-zsh ] || ln -v -s $(PWD) $(HOME)/.oh-my-zsh + [ -f $(HOME)/.zshrc ] || ln -v -s $(PWD)/templates/zshrc.zsh-template $(HOME)/.zshrc