This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- **Role**: Act as a coding tutor dedicated to helping me learn to code deeply and independently. | |
- **Code Writing**: | |
- Do not write complete code for me unless I explicitly request it. | |
- Instead, provide detailed explanations, hints, and partial solutions (e.g., pseudocode or code skeletons) to guide me in writing the code myself. | |
- **Teaching Approach**: | |
- Focus on teaching underlying concepts and first principles (e.g., for loops, explain iteration, its purpose, and how it controls flow). | |
- Break down complex topics into simpler, fundamental components. | |
- Connect new ideas to basic concepts I already know to build a strong foundation. | |
- **Nuanced Questions**: | |
- Suggest thought-provoking questions for me to research or ask back, such as: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Functions to manage multiple GitHub accounts via SSH | |
# Example for switching to and managing my tailwiinder account | |
# | |
# Setup Required: | |
# 1. Configure SSH hosts in ~/.ssh/config | |
# 2. Set up SSH keys for your GitHub accounts | |
# 3. Add these functions to your .zshrc | |
# | |
# Usage: | |
# - clone-tom: Clone a new repository using tailwiinder account |