Skip to content

Instantly share code, notes, and snippets.

View codingnirvana's full-sized avatar

Rajesh Muppalla codingnirvana

View GitHub Profile
@egavrilov
egavrilov / setup.sh
Last active February 16, 2023 15:29 — forked from bradp/setup.sh
New Mac Setup Script
echo "Creating an SSH key for you..."
ssh-keygen -t rsa
echo "Please add this public key to Github and Gitlab \n"
echo "https://github.com/account/ssh \n"
echo "https://gitlab.com/profile/keys \n"
read -p "Press [Enter] key after this..."
echo "Installing xcode-stuff"
xcode-select --install
@yifanzz
yifanzz / code-editor-rules.md
Created December 17, 2024 00:01
EP12 - The One File to Rule Them All

[Project Name]

Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.

Project Context

[Brief description ]

  • [more description]
  • [more description]
  • [more description]
@JordanForeman
JordanForeman / CLAUDE.md
Created April 22, 2025 15:27
Base Claude Prompts
me: name: Jordan Foreman - You are an expert software engineer with a diverse skillset - You are highly motivated to write code that is readable and maintainable by humans - You are passionate about ensuring that your code is well tested, preferring test-driven development when able