diff --git a/APP_CONFIG.md b/APP_CONFIG.md index 2f0265d..ab21b7e 100644 --- a/APP_CONFIG.md +++ b/APP_CONFIG.md @@ -51,6 +51,31 @@ Add this to `~/Library/LaunchAgents/com.maxgoedjen.Secretive.SecretAgent.plist` Log out and log in again before launching Cyberduck. +## Mountain Duck + +Add this to `~/Library/LaunchAgents/com.maxgoedjen.Secretive.SecretAgent.plist` + +``` + + + + + Label + link-ssh-auth-sock + ProgramArguments + + /bin/sh + -c + /bin/ln -sf $HOME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh $SSH_AUTH_SOCK + + RunAtLoad + + + +``` + +Log out and log in again before launching Mountain Duck. + ## GitKraken Add this to `~/Library/LaunchAgents/com.maxgoedjen.Secretive.SecretAgent.plist`