From 76e9ba7a6b500ff6435a5c0d0aae0efd068a48cf Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Wed, 11 Mar 2026 12:11:13 +0000 Subject: [PATCH] mac/linux differentiation --- gitconfig/config.lua | 3 ++- gitconfig/{files => files.linux}/.gitconfig | 0 gitconfig/files.macos/.gitconfig | 15 +++++++++++++++ pi/files.macos/agent/settings.json | 10 ++++++++++ 4 files changed, 27 insertions(+), 1 deletion(-) rename gitconfig/{files => files.linux}/.gitconfig (100%) create mode 100644 gitconfig/files.macos/.gitconfig create mode 100644 pi/files.macos/agent/settings.json 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" + } +}