all repos — nixfiles @ 7da8a6c8fac8eea7f2812d6c4f90bdd838d655bd

System and user configuration, managed by nix and home-manager

Add OSX LaunchAgent installation
Alan Pearce alan@alanpearce.co.uk
Sat, 09 Nov 2013 16:12:36 +0000
commit

7da8a6c8fac8eea7f2812d6c4f90bdd838d655bd

parent

dd20ed50f8b9d88a87f3ef25384dcb5594b99226

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M installinstall
@@ -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