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 85dd7a7..da30f8c 100755
--- a/install
+++ b/install
@@ -5,6 +5,11 @@ pushd $HOME
 
 setopt EXTENDED_GLOB
 
+if [[ ! -d $target ]]
+then
+	mkdir -pv $target
+fi
+
 if [[ -d ~/Library/LaunchAgents ]]
 then
 	ln -sf $target/launchagents/* ~/Library/LaunchAgents