From 38eccc22fbcc90b2647f1db103517f331b7ed16f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Apr 2026 06:28:17 +0000 Subject: [PATCH 01/10] Remove iterm2 from brew packages Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/ca4ec4a9-a761-4667-b5a3-af9b296d43bf Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com> --- Brewfile | 1 - variables.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/Brewfile b/Brewfile index 3f733f5..81da449 100644 --- a/Brewfile +++ b/Brewfile @@ -14,7 +14,6 @@ cask 'font-dejavu' cask 'font-jetbrains-mono' cask 'font-monaspace' cask 'font-moralerspace' -cask 'iterm2' # Require `mas` and sign in to App Store. # mas 'Gapplin', id: 768053424 diff --git a/variables.yml b/variables.yml index a19cf8d..c994f4e 100644 --- a/variables.yml +++ b/variables.yml @@ -55,7 +55,6 @@ homebrew_cask_package_names: - google-japanese-ime - imageoptim - insomnia - - iterm2 - jetbrains-toolbox - keybase - krisp From 1609929bbae4f3e8a3e651866c4c7e08d08b6f98 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 10:07:39 +0000 Subject: [PATCH 02/10] Remove Perplexity comment line from Brewfile Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/ae998ad8-4cf5-4bb8-8b55-58d97eb8b309 Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com> --- Brewfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Brewfile b/Brewfile index 81da449..bef9483 100644 --- a/Brewfile +++ b/Brewfile @@ -21,5 +21,4 @@ cask 'font-moralerspace' # mas 'Magnet', id: 441258766 # mas "ForkLift", id: 412448059 # mas "Pixelmator Pro", id: 1289583905 -# mas "Perplexity", id: 6714467650 # mas "Kindle", id: 302584613 From 5abe4496447f494dd53450374d68041dc1ae4ea8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 10:20:44 +0000 Subject: [PATCH 03/10] Add witr to Brewfile Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/e09d4c8c-0d6c-4777-b3a4-a52026560874 Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com> --- Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Brewfile b/Brewfile index bef9483..7310878 100644 --- a/Brewfile +++ b/Brewfile @@ -7,6 +7,7 @@ brew 'ripgrep' brew 'tree' brew 'vim' brew 'watch' +brew 'witr' brew 'wget' cask 'font-cica' From ad109c372d11e2bcfe69d0c78c3d73118080216b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 10:26:19 +0000 Subject: [PATCH 04/10] Add msedit to Brewfile Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/29d0bad6-4825-489b-9d27-d4a85896e329 Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com> --- Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Brewfile b/Brewfile index 7310878..9e565e2 100644 --- a/Brewfile +++ b/Brewfile @@ -2,6 +2,7 @@ brew 'git' brew 'mise' +brew 'msedit' brew 'pstree' brew 'ripgrep' brew 'tree' From 383cb8a872b3d0ecbde7b3af855baf30f33efa4f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 10:28:07 +0000 Subject: [PATCH 05/10] Add codex and codex-app to Brewfile Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/4f607c3f-f626-4c82-be21-9c3d180ca95c Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com> --- Brewfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Brewfile b/Brewfile index 9e565e2..0c074fb 100644 --- a/Brewfile +++ b/Brewfile @@ -1,5 +1,6 @@ # Run `brew bundle` to install the following packages. +brew 'codex' brew 'git' brew 'mise' brew 'msedit' @@ -11,6 +12,7 @@ brew 'watch' brew 'witr' brew 'wget' +cask 'codex-app' cask 'font-cica' cask 'font-dejavu' cask 'font-jetbrains-mono' From 8c902857c16cd40548158898eb75c7e0c1c2ae23 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 10:31:45 +0000 Subject: [PATCH 06/10] Move codex and codex-app from Brewfile to variables.yml Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/e475f95f-6f05-4f31-a73d-c750735b4aef Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com> --- Brewfile | 2 -- variables.yml | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Brewfile b/Brewfile index 0c074fb..9e565e2 100644 --- a/Brewfile +++ b/Brewfile @@ -1,6 +1,5 @@ # Run `brew bundle` to install the following packages. -brew 'codex' brew 'git' brew 'mise' brew 'msedit' @@ -12,7 +11,6 @@ brew 'watch' brew 'witr' brew 'wget' -cask 'codex-app' cask 'font-cica' cask 'font-dejavu' cask 'font-jetbrains-mono' diff --git a/variables.yml b/variables.yml index c994f4e..7502a8c 100644 --- a/variables.yml +++ b/variables.yml @@ -3,6 +3,7 @@ homebrew_package_names: - bash - bat - cloudflared + - codex - fzf - gh - ghq @@ -38,6 +39,7 @@ homebrew_cask_package_names: - chatgpt - choosy - claude + - codex-app - cleanshot - cloudflare-warp - dash From bc22e497ebe670c2dcedffbac6dd9bc78a277779 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 10:33:28 +0000 Subject: [PATCH 07/10] Move msedit and witr from Brewfile to variables.yml Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/d5715dbc-c17d-4a87-a188-31feed0eda0d Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com> --- Brewfile | 2 -- variables.yml | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Brewfile b/Brewfile index 9e565e2..bef9483 100644 --- a/Brewfile +++ b/Brewfile @@ -2,13 +2,11 @@ brew 'git' brew 'mise' -brew 'msedit' brew 'pstree' brew 'ripgrep' brew 'tree' brew 'vim' brew 'watch' -brew 'witr' brew 'wget' cask 'font-cica' diff --git a/variables.yml b/variables.yml index 7502a8c..85ba5ac 100644 --- a/variables.yml +++ b/variables.yml @@ -16,6 +16,7 @@ homebrew_package_names: - memcached - mas - mise + - msedit - mysql - peco - pstree @@ -31,6 +32,7 @@ homebrew_package_names: - vim - watch - wget + - witr - zsh homebrew_cask_package_names: From abfa569fa7cfdb3cf027b9984f336c8651bb1be3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:14:23 +0000 Subject: [PATCH 08/10] Add google-gemini to homebrew_cask_package_names in variables.yml Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/63b145ae-e19b-4ea0-b5a4-50e64832d9d8 Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com> --- variables.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/variables.yml b/variables.yml index 85ba5ac..475d834 100644 --- a/variables.yml +++ b/variables.yml @@ -56,6 +56,7 @@ homebrew_cask_package_names: - github - google-chrome - google-drive + - google-gemini - google-japanese-ime - imageoptim - insomnia From 2491fec3dd992449a9c7cf7c0186cf7940120d78 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 1 May 2026 01:00:59 +0000 Subject: [PATCH 09/10] Remove google-gemini and copilot-chat from variables.yml Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/02962847-682d-4565-b4b9-8ffeb0981e00 Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com> --- variables.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/variables.yml b/variables.yml index 475d834..0a375c1 100644 --- a/variables.yml +++ b/variables.yml @@ -56,7 +56,6 @@ homebrew_cask_package_names: - github - google-chrome - google-drive - - google-gemini - google-japanese-ime - imageoptim - insomnia @@ -96,7 +95,6 @@ vscode_package_names: - denoland.vscode-deno - docker.docker - github.codespaces - - github.copilot-chat - github.vscode-github-actions - github.vscode-pull-request-github - golang.go From 7a9e24c5a6a3cbe002079b13c71ca71d3b8eaf6c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 1 May 2026 01:24:52 +0000 Subject: [PATCH 10/10] Move codex from homebrew packages to cask packages Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/a355379b-d744-4c56-b9d7-9af7b07a9495 Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com> --- variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.yml b/variables.yml index 0a375c1..a0ec1a2 100644 --- a/variables.yml +++ b/variables.yml @@ -3,7 +3,6 @@ homebrew_package_names: - bash - bat - cloudflared - - codex - fzf - gh - ghq @@ -41,6 +40,7 @@ homebrew_cask_package_names: - chatgpt - choosy - claude + - codex - codex-app - cleanshot - cloudflare-warp