summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xinstall5
1 files changed, 5 insertions, 0 deletions
diff --git a/install b/install
index f57f587..85dd7a7 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