From a69716fe1c9ae493198c1f3bd1b5569493c22acf Mon Sep 17 00:00:00 2001 From: WayneCommand Date: Sat, 23 Mar 2024 08:00:07 +0800 Subject: [PATCH] Add in config for Tabby --- APP_CONFIG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/APP_CONFIG.md b/APP_CONFIG.md index 863177a..520a03b 100644 --- a/APP_CONFIG.md +++ b/APP_CONFIG.md @@ -110,6 +110,31 @@ Add this to `~/Library/LaunchAgents/com.maxgoedjen.Secretive.SecretAgent.plist` Log out and log in again before launching Gitkraken. Then enable "Use local SSH agent in GitKraken Preferences (Located under Preferences -> SSH) +## Tabby + +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 Tabby. + # The app I use isn't listed here! If you know how to get it set up, please open a PR for this page and add it! Contributions are very welcome.