Skip to content

Instantly share code, notes, and snippets.

View microwavestine's full-sized avatar
🐻‍❄️
chop chop

microwavestine microwavestine

🐻‍❄️
chop chop
View GitHub Profile
@microwavestine
microwavestine / nix.md
Created April 23, 2024 06:59 — forked from grossbart/nix.md
Nix on macOS

Nix

Nix is a powerful package manager that makes package management reliable and reproducible. It provides atomic upgrades and rollbacks, side-by-side installation of multiple versions of a package, multi-user package management and easy setup of build environments.

Installation

@microwavestine
microwavestine / github_gpg_key.md
Created December 6, 2021 17:54
Github : Signing commits using GPG (Ubuntu/Mac)

Github : Signing commits using GPG (Ubuntu/Mac) 🔐

  • Do you have an Github account ? If not create one.
  • Install required tools
  • Latest Git Client
  • gpg tools
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS