mac/linux differentiation
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
return {
|
||||
target = {
|
||||
linux = "~",
|
||||
darwin = "~",
|
||||
default = "~",
|
||||
macos = "~",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"lastChangelogVersion": "0.57.1",
|
||||
"defaultProvider": "anthropic",
|
||||
"defaultModel": "claude-opus-4-6",
|
||||
"defaultThinkingLevel": "medium",
|
||||
"theme": "matugen",
|
||||
"lsp": {
|
||||
"hookMode": "edit_write"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user