Skip to content

Commit 44a86ec

Browse files
authored
6/13/2026 (#64)
1 parent bb1bde8 commit 44a86ec

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

home/.claude/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"env": {
3+
"CLAUDE_CODE_DISABLE_1M_CONTEXT": "1"
4+
},
25
"permissions": {
36
"allow": [
47
"Bash(git* ls-tree *)",

home/.gitconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[user]
55
name = Christian Emmer
66
email = 10749361+emmercm@users.noreply.github.com
7+
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKh8PSAwQVC/TnlvqzEZ5SOz4vqqUoNxEjawrzNBsIVi
78

89
[filter "lfs"]
910
clean = git-lfs clean -- %f
@@ -37,3 +38,9 @@
3738
la = "!git config -l | grep alias | cut -c 7-"
3839
[push]
3940
autoSetupRemote = true
41+
[commit]
42+
gpgsign = true
43+
[gpg]
44+
format = ssh
45+
[gpg "ssh"]
46+
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign

0 commit comments

Comments
 (0)