Install a Codex pet
Download the zip. Unzip. Pick it in Codex. Done.
- On a pet page, click Download pet.zip.
- Unzip into
~/.codex/pets/(the zip already contains the pet folder). - In Codex: Settings → Appearance → Pets → refresh Custom Pets → select it.
- Type
/petto wake it.
Or one command
Example for CorgiByte:
mkdir -p ~/.codex/pets && curl -fsSL https://bestcodexpets.com/pets/corgibyte/corgibyte.zip -o /tmp/corgibyte.zip && unzip -o /tmp/corgibyte.zip -d ~/.codex/pets
Swap corgibyte for any pet id. Each pet page shows its own command.