mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-02-04 06:36:35 -08:00
Compare commits
4 Commits
7d47044e5c
...
63cd7242b6
| Author | SHA1 | Date | |
|---|---|---|---|
|
63cd7242b6
|
|||
|
7f28515e8d
|
|||
|
|
88f0d9938c | ||
|
|
7957d0b57c |
@@ -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"
|
||||
}
|
||||
1
.claude/settings.json
Symbolic link
1
.claude/settings.json
Symbolic link
@@ -0,0 +1 @@
|
||||
settings.json##os.Linux
|
||||
44
.claude/settings.json##os.Linux
Normal file
44
.claude/settings.json##os.Linux
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
44
.claude/settings.json##os.WSL
Normal file
44
.claude/settings.json##os.WSL
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"attribution": {
|
||||
"commit": "",
|
||||
"pr": ""
|
||||
},
|
||||
"permissions": {
|
||||
"deny": [
|
||||
"Read(.env)",
|
||||
"Read(~/.aws/**)"
|
||||
]
|
||||
},
|
||||
"hooks": {
|
||||
"Notification": [
|
||||
{
|
||||
"matcher": "",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "powershell.exe -Command \"[System.Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms'); [System.Windows.Forms.MessageBox]::Show('Claude Code needs your attention', 'Claude Code')\""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"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"
|
||||
}
|
||||
14
.gitconfig
14
.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
|
||||
|
||||
Reference in New Issue
Block a user