Install: clone repository before linking
Alan Pearce alan@alanpearce.co.uk
Thu, 10 Apr 2014 19:51:54 +0100
1 files changed, 4 insertions(+), 4 deletions(-)
jump to
M install → 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 () {