diff --git a/.claude/settings.json b/.claude/settings.json deleted file mode 100644 index 1a15041..0000000 --- a/.claude/settings.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "attribution": { - "commit": "", - "pr": "" - }, - "permissions": { - "deny": [ - "Read(.env)", - "Read(~/.aws/**)" - ] - }, - "hooks": { - "Notification": [ - { - "matcher": "", - "hooks": [ - { - "type": "command", - "command": "notify-send 'Claude Code' 'Claude Code needs your attention'" - } - ] - } - ] - }, - "enabledPlugins": { - "pyright-lsp@claude-plugins-official": true, - "typescript-lsp@claude-plugins-official": true, - "clangd-lsp@claude-plugins-official": true - }, - "sandbox": { - "enabled": false, - "autoAllowBashIfSandboxed": true, - "network": { - "allowUnixSockets": [ - "/var/run/docker.sock" - ], - "allowLocalBinding": true - }, - "excludedCommands": [ - "docker" - ] - }, - "model": "haiku" -} diff --git a/.claude/settings.json b/.claude/settings.json new file mode 120000 index 0000000..c0e2689 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1 @@ +settings.json##os.WSL \ No newline at end of file diff --git a/.gitconfig b/.gitconfig index 6ec06a0..8e211af 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,13 +1,5 @@ - [includeIf "gitdir:~/.local/share/yadm/repo.git"] - path = .gitconfig.submodules -[gpg] - format = ssh -[user] - signingkey = /home/sudacode/.ssh/yuh.pub - name = sudacode - email = suda@sudacode.com -[commit] - gpgsign = true + ; [includeIf "gitdir:~/.local/share/yadm/repo.git"] + ; path = .gitconfig.submodules [init] defaultBranch = main [push] @@ -43,3 +35,5 @@ [delta] navigate = true # use n and N to move between diff sections dark = true # or light = true, or omit for auto-detection +[user] + name = suda@sudacode.com