diff --git a/gitconfig/config.lua b/gitconfig/config.lua index 09602aa..6d22bc1 100644 --- a/gitconfig/config.lua +++ b/gitconfig/config.lua @@ -2,7 +2,8 @@ return { target = { linux = "~", - darwin = "~", + default = "~", + macos = "~", }, } diff --git a/gitconfig/files/.gitconfig b/gitconfig/files.linux/.gitconfig similarity index 100% rename from gitconfig/files/.gitconfig rename to gitconfig/files.linux/.gitconfig diff --git a/gitconfig/files.macos/.gitconfig b/gitconfig/files.macos/.gitconfig new file mode 100644 index 0000000..aa23b58 --- /dev/null +++ b/gitconfig/files.macos/.gitconfig @@ -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 diff --git a/pi/files.macos/agent/settings.json b/pi/files.macos/agent/settings.json new file mode 100644 index 0000000..003cdb7 --- /dev/null +++ b/pi/files.macos/agent/settings.json @@ -0,0 +1,10 @@ +{ + "lastChangelogVersion": "0.57.1", + "defaultProvider": "anthropic", + "defaultModel": "claude-opus-4-6", + "defaultThinkingLevel": "medium", + "theme": "matugen", + "lsp": { + "hookMode": "edit_write" + } +}