File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Install and configure the OpenAI Codex CLI with version-controlled user memory.
77- Installs or upgrades ` codex ` :
88 - macOS: Homebrew cask (` codex ` )
99 - Linux (Ubuntu/Fedora/Arch): compares installed version to latest GitHub release and installs ` ~/.local/bin/codex ` when missing or outdated
10+ - Installs ` peon-ping ` notifications:
11+ - macOS: Homebrew formula from ` peonping/tap `
12+ - Ubuntu: upstream installer script
1013- Ensures ` ~/.codex/AGENTS.md ` is a symlink to ` roles/codex/files/AGENTS.md `
1114- Ensures ` ~/.codex/config.toml ` is a symlink to ` roles/codex/files/config.toml `
1215- Symlinks custom skills from ` roles/codex/files/skills/ ` into ` ~/.codex/skills/ `
Original file line number Diff line number Diff line change 44 name : codex
55 state : present
66
7+ - name : " {{ role_name }} | MacOSX | Install | Add peon-ping Homebrew tap"
8+ community.general.homebrew_tap :
9+ name : peonping/tap
10+ state : present
11+
712- name : " {{ role_name }} | MacOSX | Install | peon-ping"
813 community.general.homebrew :
9- name : peon-ping
14+ name : peonping/tap/ peon-ping
1015 state : present
You can’t perform that action at this time.
0 commit comments