Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions home/.claude/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"env": {
"CLAUDE_CODE_DISABLE_1M_CONTEXT": "1"
},
"permissions": {
"allow": [
"Bash(git* ls-tree *)",
Expand Down
7 changes: 7 additions & 0 deletions home/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[user]
name = Christian Emmer
email = 10749361+emmercm@users.noreply.github.com
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKh8PSAwQVC/TnlvqzEZ5SOz4vqqUoNxEjawrzNBsIVi

[filter "lfs"]
clean = git-lfs clean -- %f
Expand Down Expand Up @@ -37,3 +38,9 @@
la = "!git config -l | grep alias | cut -c 7-"
[push]
autoSetupRemote = true
[commit]
gpgsign = true
[gpg]
format = ssh
[gpg "ssh"]
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
Loading