mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-14 18:29:37 +00:00
847b847c79
Also in this commit: * Added handle-pinentry wrapper script to exec right pinentry based on environment. * Add VS Code config for stuff like GitLens settings and recommended extensions. Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
17 lines
No EOL
320 B
JSON
17 lines
No EOL
320 B
JSON
{
|
|
"git.alwaysSignOff": true,
|
|
"gitlens.remotes": [
|
|
{
|
|
"domain": "mau.dev",
|
|
"type": "GitLab"
|
|
},
|
|
{
|
|
"domain": "tildegit.com",
|
|
"type": "Gitea"
|
|
},
|
|
{
|
|
"domain": "git.vern.cc",
|
|
"type": "Gitea"
|
|
}
|
|
]
|
|
} |