Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9d9abf1
feat(claude): notify macOS Notification Center on Stop/Notification h…
rin2yh Jul 1, 2026
cfbb8c4
fix(claude): route CC_INVOCATION check through shell + rotate notify log
rin2yh Jul 1, 2026
3f2546a
fix(claude): strip broken UTF-8 tail from notify body
rin2yh Jul 1, 2026
fa73925
chore(nvim): pin mini.nvim, nvim-treesitter, ts-comments.nvim
rin2yh Jul 1, 2026
eee7b8c
chore(deps): bump nix-darwin from `56c666e` to `a1fa429`
dependabot[bot] Jul 3, 2026
fcd8106
chore(deps): bump homebrew-cask from `2a6d45e` to `5033334`
dependabot[bot] Jul 3, 2026
b2891a0
chore(deps): bump home-manager from `4c5c1e8` to `a4d410d`
dependabot[bot] Jul 3, 2026
d23d7e1
chore(deps): bump nix-homebrew from `aeb2069` to `de7953a`
dependabot[bot] Jul 3, 2026
55a98f3
chore(deps): bump homebrew-core from `458fc34` to `b420e2d`
dependabot[bot] Jul 3, 2026
5153947
fix(nvim/gopls): resolve TinyGo machine import via mise shim bypass
rin2yh Jul 5, 2026
5d1ac7d
chore(claude): lower default effort level to high
rin2yh Jul 5, 2026
e8303b8
refactor(nvim/gopls): drop :Tinygo wrapper; call :TinygoTarget directly
rin2yh Jul 6, 2026
9a402a8
refactor(nvim): split TinyGo autocmd into plugin/tinygo.lua
rin2yh Jul 6, 2026
17b8206
rename: plugin/tinygo.lua -> plugin/apply-tinygo.lua
rin2yh Jul 6, 2026
0a8c249
revert: keep TinyGo autocmd in lsp/gopls.lua
rin2yh Jul 6, 2026
ffc1780
Simplify: drop pcall closure wrapper, inline config_path
rin2yh Jul 6, 2026
798c36d
refactor(nvim): drop :Tinygo wrapper, split TinyGo autocmd into plugi…
rin2yh Jul 6, 2026
3434ebf
docs: add notes on when darwin-switch is required
rin2yh Jul 6, 2026
8d7f13e
chore(deps): bump homebrew-core from `458fc34` to `b420e2d` (#74)
rin2yh Jul 6, 2026
6b192a5
chore(deps): bump nix-homebrew from `aeb2069` to `de7953a` (#73)
rin2yh Jul 6, 2026
7ebc392
chore(deps): bump home-manager from `4c5c1e8` to `a4d410d` (#72)
rin2yh Jul 6, 2026
dabc9e9
chore(deps): bump homebrew-cask from `2a6d45e` to `5033334` (#71)
rin2yh Jul 6, 2026
4fb47eb
chore(deps): bump nix-darwin from `56c666e` to `a1fa429` (#70)
rin2yh Jul 6, 2026
79942a2
chore: mainの内容をfor-businessに取り込む(Claude通知機能・TinyGo関連は除外)
claude Jul 6, 2026
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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,13 @@ make help # Show available targets
├── home/ # home-manager 配下の各ツール設定
└── Makefile
```

## Notes

- `home/` 配下のファイルは `mkOutOfStoreSymlink` でリポジトリ実体への symlink として配置されている。既存ファイル(`.zshrc` / `nvim/` / `claude/CLAUDE.md` など)の内容だけを編集する場合、`darwin-rebuild switch` は不要で保存すれば即反映される。
- 以下のケースでは `make darwin-switch` が必要:
- `home/home.nix` の `home.packages` にパッケージを追加/削除
- `home.file` / `xdg.configFile` に新しい symlink エントリを追加
- `darwin/` 配下 (`configuration.nix` / `homebrew.nix` など) の変更
- `flake.nix` / `flake.lock` の更新
- `flake.lock` を更新する場合は `nix flake update` 後に `make darwin-switch`。
38 changes: 19 additions & 19 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion home/claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"gh"
]
},
"effortLevel": "xhigh",
"effortLevel": "high",
"showClearContextOnPlanAccept": true,
"autoUpdatesChannel": "latest",
"tui": "fullscreen",
Expand Down