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
@sagat79
sagat79 / signing-git-commits.md
Created August 16, 2022 18:42 — forked from phortuin/signing-git-commits.md
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
@sagat79
sagat79 / yunohost-oracle-free-tier.md
Last active June 26, 2023 21:00 — forked from bruce-willis/yunohost-oracle-free-tier.md
How to setup YunoHost at Oracle free tier VM
  1. Register for Oracle Cloud Free Tier
  2. Create compute instance
    • change image to Canonical Ubuntu
    • confirm that a public IPv4 address is assigned
    • upload your public ssh key
    • leave everything blank in Boot volume
  3. Enable Internet Access
    • Instances → Instance details → Subnet → Default Security List → Add Ingress Rules
    • HTTP: Stateless: Checked
@sagat79
sagat79 / my-claude-setup-guide.md
Created July 26, 2026 03:26 — forked from graimon/my-claude-setup-guide.md
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)