Skip to content

Instantly share code, notes, and snippets.

View madebydia's full-sized avatar

Diana madebydia

View GitHub Profile
@madebydia
madebydia / iMessage-codex-prompt.md
Created June 7, 2026 12:02
iMessage Codex via BlueBubbles

Copy/paste this prompt into Codex on a Mac that can reach a BlueBubbles server. It describes the setup I want Codex to build and verify. Replace placeholders before running it.

Set up a private "iMessage Codex" bridge on this Mac.

Goal
- I want to text Codex over iMessage through BlueBubbles.
- Allowed inbound iMessages should be forwarded to Codex with no command prefix.
@madebydia
madebydia / parent-developer-aliases.sh
Last active September 22, 2025 18:21
Ready-to-install Bash aliases collection for parent developers.
#!/bin/bash
#
# Parent Developer Aliases Collection
# From: https://systemsmama.com/p/command-line-shortcuts-for-the-chronically
#
# Installation:
# 1. Download this file: curl -O https://gist.githubusercontent.com/meimakes/b0ca50e0738360922d891f1537c73591/raw/0e19dd96335471b86aa543ce14b35146a2a10326/parent-developer-aliases.sh
# 2. Backup your config: cp ~/.zshrc ~/.zshrc.backup
# 3. Source this file: echo "source ~/parent-developer-aliases.sh" >> ~/.zshrc
# 4. Reload: source ~/.zshrc