Skip to content

Commit adc391f

Browse files
committed
Packages: Track Codex and utility tools
Add Codex to the cross-platform package list. macOS uses the Homebrew cask, while non-macOS hosts use mise's npm backend with npm:@openai/codex. Enable yq as a tracked package so Linux uses the existing aqua:mikefarah/yq spec instead of an ambiguous distro package. Track the installed Shottr and Windows App casks for macOS.
1 parent 671158a commit adc391f

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

home/.chezmoidata/package_specs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,12 @@ softwarePackages:
245245
cask: betterdisplay
246246
claude:
247247
cask: claude
248+
codex:
249+
homepage: https://github.com/openai/codex
250+
cask: codex
251+
check:
252+
command: codex
253+
mise: npm:@openai/codex
248254
discord:
249255
cask: discord
250256
elgato-control-center:
@@ -279,8 +285,12 @@ softwarePackages:
279285
cask: private-internet-access
280286
rocket:
281287
cask: rocket
288+
shottr:
289+
cask: shottr
282290
vlc:
283291
cask: vlc
292+
windows-app:
293+
cask: windows-app
284294
wireshark-app:
285295
cask: wireshark-app
286296
zoom:

home/.chezmoidata/packages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ packages:
1010
- bash-completion
1111
- bat
1212
- claude-code
13+
- codex
1314
- colout
1415
- curl
1516
- fd
@@ -46,6 +47,7 @@ packages:
4647
- tree
4748
- uv
4849
- wget
50+
- yq
4951
- zoxide
5052
- name: macvim
5153
only_when: [macos]
@@ -115,8 +117,12 @@ packages:
115117
only_when: [macos]
116118
- name: rocket
117119
only_when: [macos]
120+
- name: shottr
121+
only_when: [macos]
118122
- name: vlc
119123
only_when: [macos]
124+
- name: windows-app
125+
only_when: [macos]
120126
- name: wireshark-app
121127
only_when: [macos]
122128
- name: zoom

0 commit comments

Comments
 (0)