Compare commits

...

4 Commits

Author SHA1 Message Date
Niklas (he/him) c9ba413dc1
Merge afff88c47d into fc21018eb4 2024-04-29 10:46:18 +02:00
Yoshimasa Niwa fc21018eb4
Add Japanese translations (#546) 2024-04-28 22:33:51 +00:00
Niklas Janz afff88c47d
add `git` instructions 2023-01-03 13:01:35 +01:00
Niklas Janz 2f2870dac4
add language to codeblocks 2023-01-03 12:43:22 +01:00
3 changed files with 521 additions and 7 deletions

View File

@ -12,7 +12,7 @@ Should just work, no configuration needed
Add this to your `~/.ssh/config` (the path should match the socket path from the setup flow).
```
```text
Host *
IdentityAgent /Users/$YOUR_USERNAME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
```
@ -21,7 +21,7 @@ Host *
Add this to your `~/.ssh/config` (the path should match the socket path from the setup flow).
```
```text
Host *
IdentityAgent /Users/$YOUR_USERNAME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
```
@ -30,7 +30,7 @@ Host *
Add this to your `~/.ssh/config` (the path should match the socket path from the setup flow).
```
```text
Host *
IdentityAgent /Users/$YOUR_USERNAME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
```
@ -39,7 +39,7 @@ Host *
Add this to `~/Library/LaunchAgents/com.maxgoedjen.Secretive.SecretAgent.plist`
```
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
@ -64,7 +64,7 @@ Log out and log in again before launching Cyberduck.
Add this to `~/Library/LaunchAgents/com.maxgoedjen.Secretive.SecretAgent.plist`
```
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
@ -89,7 +89,7 @@ Log out and log in again before launching Mountain Duck.
Add this to `~/Library/LaunchAgents/com.maxgoedjen.Secretive.SecretAgent.plist`
```
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
@ -110,7 +110,7 @@ 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)
# The app I use isn't listed here!
## 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.
If you're not able to get it working, please file a [GitHub issue](https://github.com/maxgoedjen/secretive/issues/new) for it. No guarantees we'll be able to get it working, but chances are someone else in the community might be able to.

View File

@ -24,6 +24,10 @@ struct ShellConfigurationController {
shellConfigDirectory: "~/.config/fish",
shellConfigFilename: "config.fish",
text: "set -x SSH_AUTH_SOCK \(socketPath)"),
ShellConfigInstruction(shell: "git",
shellConfigDirectory: "~/",
shellConfigFilename: ".gitconfig",
text: "[gpg]\n\tformat = ssh\n[commit]\n\tgpgsign = true\n[tag]\n\tgpgsign = true"),
]
}

File diff suppressed because it is too large Load Diff