add `git` instructions

This commit is contained in:
Niklas Janz 2023-01-03 13:01:35 +01:00
parent 2f2870dac4
commit afff88c47d
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

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"),
]
}