mac/linux differentiation

This commit is contained in:
Thomas G. Lopes
2026-03-11 12:11:13 +00:00
parent d73e27597f
commit 76e9ba7a6b
4 changed files with 27 additions and 1 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
return { return {
target = { target = {
linux = "~", linux = "~",
darwin = "~", default = "~",
macos = "~",
}, },
} }
+15
View File
@@ -0,0 +1,15 @@
[user]
name = Thomas G. Lopes
email = thomasgl@pm.me
[pull]
rebase = true
[init]
defaultBranch = main
[credential]
helper = /usr/bin/git-credential-libsecret ; Or the correct path to your helper
[commit]
gpgsign = true
[user]
email = thomas.lopes@attio.com
name = Thomas G. Lopes
signingkey = BFC0A729989E6CED
+10
View File
@@ -0,0 +1,10 @@
{
"lastChangelogVersion": "0.57.1",
"defaultProvider": "anthropic",
"defaultModel": "claude-opus-4-6",
"defaultThinkingLevel": "medium",
"theme": "matugen",
"lsp": {
"hookMode": "edit_write"
}
}