From 4cd3145a5447154c2836580a004f374a0af3600f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 10 Apr 2014 19:51:54 +0100 Subject: Install: clone repository before linking --- install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install') diff --git a/install b/install index 530e7a3..d3eaf06 100755 --- a/install +++ b/install @@ -10,14 +10,14 @@ then mkdir -pv $target fi -if [[ -d ~/Library/LaunchAgents ]] +if [[ ! -d $target && ${(L)host} =~ prefect ]] then - ln -sf $target/launchagents/* ~/Library/LaunchAgents + git clone git://github.com/alanpearce/dotfiles.git $target fi -if [[ ! -d $target && ${(L)host} =~ prefect ]] +if [[ -d ~/Library/LaunchAgents ]] then - git clone git://github.com/alanpearce/dotfiles.git $target + ln -sf $target/launchagents/* ~/Library/LaunchAgents fi install-dot () { -- cgit 1.4.1