Skip to content

Instantly share code, notes, and snippets.

View meimakes's full-sized avatar

Mei Park meimakes

View GitHub Profile
@meimakes
meimakes / 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