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
2 changes: 0 additions & 2 deletions claude/dot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ windows:
- pnpm
links:
commands: ~/.claude/commands
hooks: ~/.claude/hooks
settings.json: ~/.claude/settings.json

linux|darwin:
Expand All @@ -19,5 +18,4 @@ linux|darwin:
- pnpm
links:
commands: ~/.claude/commands
hooks: ~/.claude/hooks
settings.json: ~/.claude/settings.json
35 changes: 0 additions & 35 deletions claude/hooks/index.ts

This file was deleted.

3 changes: 1 addition & 2 deletions claude/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"model": "opus",
"hooks": {},
"enabledPlugins": {
"safety-net@cc-marketplace": true,
"frontend-design@claude-plugins-official": true
},
"voiceEnabled": true,
"skipDangerousModePermissionPrompt": true
}
6 changes: 2 additions & 4 deletions code/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
"yaml": true
},
"editor.stickyScroll.enabled": true,
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescript]": {},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
Expand Down Expand Up @@ -67,6 +65,7 @@
"diffEditor.ignoreTrimWhitespace": false,
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {},
"editor.inlineSuggest.enabled": true,
"editor.suggestSelection": "first",
"editor.tabSize": 2,
Expand Down Expand Up @@ -217,7 +216,6 @@
"git.autofetch": true,
"window.zoomLevel": 1,
"window.newWindowDimensions": "maximized",
"editor.codeActionsOnSave": {},
"terminal.integrated.enableMultiLinePasteWarning": "never",

"todo-tree.general.exportPath": "${workspaceFolder}/todo-tree-%Y%m%d-%H%M.json",
Expand Down
5 changes: 5 additions & 0 deletions gcloud/dot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
windows:
installs: false

linux|darwin:
installs: brew install --cask gcloud-cli
5 changes: 5 additions & 0 deletions gws/dot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
windows:
installs: false

linux|darwin:
installs: pnpm install -g @googleworkspace/cli