diff options
Diffstat (limited to 'install')
-rwxr-xr-x | install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/install b/install index f57f587d..85dd7a7b 100755 --- a/install +++ b/install @@ -5,6 +5,11 @@ pushd $HOME setopt EXTENDED_GLOB +if [[ -d ~/Library/LaunchAgents ]] +then + ln -sf $target/launchagents/* ~/Library/LaunchAgents +fi + if [[ ! -d $target && ${(L)host} =~ prefect ]] then git clone ssh://alan@home.alanpearce.co.uk:22222/~/dotfiles.git |