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
48 changes: 42 additions & 6 deletions dot_claude/settings.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,32 @@
{
"preferredNotifChannel": "ghostty",
"hooks": {
"SessionStart": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "bash \"$HOME/.claude/hooks/herdr-agent-state.sh\" session",
"timeout": 10
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "~/.claude/statusline.py"
},
"enabledPlugins": {
"swift-lsp@claude-plugins-official": true,
"gopls-lsp@claude-plugins-official": true,
"crit@crit": true,
"frontend-design@claude-plugins-official": true,
"superpowers@claude-plugins-official": true,
"gopls-lsp@claude-plugins-official": true,
"security-guidance@claude-plugins-official": true,
"crit@crit": true
"superpowers@claude-plugins-official": true,
"swift-lsp@claude-plugins-official": true,
"dart-flutter@dart-flutter": true,
"modern-web-guidance@googlechrome": true,
"claude-security@claude-plugins-official": true
},
"extraKnownMarketplaces": {
"datadog-pup": {
Expand All @@ -24,6 +40,26 @@
"source": "github",
"repo": "obra/superpowers-marketplace"
}
},
"crit": {
"source": {
"source": "github",
"repo": "tomasz-tomczyk/crit"
}
},
"dart-flutter": {
"source": {
"source": "github",
"repo": "flutter/agent-plugins"
}
},
"googlechrome": {
"source": {
"source": "github",
"repo": "GoogleChrome/modern-web-guidance"
}
}
}
},
"skipWorkflowUsageWarning": true,
"preferredNotifChannel": "ghostty"
}
2 changes: 1 addition & 1 deletion private_dot_config/ghostty/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ background-blur-radius = 20
background-opacity = 0.85
font-feature = -dlig
macos-titlebar-style = transparent
theme = Monokai Pro Machine
theme = Monokai Pro Machine
8 changes: 8 additions & 0 deletions private_dot_config/git/config.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
preloadindex = true
fscache = true
hooksPath = githooks
fsmonitor = true
untrackedCache = true
[interactive]
diffFilter = delta --color-only
[delta]
Expand Down Expand Up @@ -91,3 +93,9 @@
gpgsign = true
[include]
path = ~/.gitconfig.local
[credential "https://github.com"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential
10 changes: 5 additions & 5 deletions private_dot_config/snapzy/config.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
schema_version = 1
snapzy_min_version = "1.29.1"
snapzy_min_version = "1.30.1"

[general]
language = "ja"
appearance = "system"
play_sounds = true
url_scheme_enabled = true
show_menu_bar_icon = true
start_at_login = false
export_location = "~/Desktop/Snapzy"
start_at_login = true
export_location = "~/Pictures/Snapzy"

[updates]
check_automatically = true
Expand Down Expand Up @@ -49,14 +49,12 @@ save = true
quick_access = true
copy_file = true
open_annotate = false
upload_to_cloud = false

[capture.after.recording]
save = true
quick_access = true
copy_file = true
open_annotate = false
upload_to_cloud = false

[recording]
format = "mov"
Expand All @@ -69,6 +67,7 @@ microphone_device_id = "system-default"
remember_last_area = true
include_snapzy = false
show_cursor = true
dim_non_selected_area = true
highlight_clicks = false
show_keystrokes = false
video_editor_zoom_transition_duration = 0.4
Expand Down Expand Up @@ -144,6 +143,7 @@ clipboard_image_open_behavior = "ask"
close_after_drag = true
bring_forward_after_drag = false
quick_properties_sync = true
combine_save_as_edit = true

[shortcuts]
enabled = true
Expand Down
Loading