Skip to content

Instantly share code, notes, and snippets.

View sagat79's full-sized avatar
🎯
Focusing

PΛVΞL D. sagat79

🎯
Focusing
View GitHub Profile
@graimon
graimon / my-claude-setup-guide.md
Last active July 26, 2026 03:27
My Claude Code Setup Guide

My Claude Code Setup Guide (macOS)

A step-by-step guide to installing and configuring Claude Code on macOS, the way I use it. This isn't meant to be the definitive reference -- it's just my personal setup that's been working well for me. Things change fast, so if something looks off, check the official docs or let me know.


Table of Contents

  1. Install Claude Code
  2. Install GitHub CLI (gh)
@phortuin
phortuin / signing-git-commits.md
Last active July 11, 2026 18:34
Set up a GPG key for signing Git commits on MacOS (M1)

Based on this blogpost.

To sign Git commits, you need a gpg key. GPG stands for GNU Privacy Guard and is the de facto implementation of the OpenPGP message format. PGP stands for ‘Pretty Good Privacy’ and is a standard to sign and encrypt messages.

Setting up

Install with Homebrew:

$ brew install gpg