Skip to content

Instantly share code, notes, and snippets.

View podocarp's full-sized avatar
🎯
Focusing

Jia Xiaodong podocarp

🎯
Focusing
View GitHub Profile
@podocarp
podocarp / shell.nix
Created December 13, 2021 03:16
Nix shell with opengl dependencies
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
nativeBuildInputs = [ pkg-config ];
buildInputs = [
xorg.libX11
xorg.libX11.dev
xorg.libXi
xorg.libXext
libGL
@abtrout
abtrout / pass.md
Created July 8, 2014 14:51
Using password-store with git repository synching

Password-store keeps your passwords (or any other sensitive information) saved in GnuPG encrypted files organized in ~/.password-store. For more information about GPG, consult the GNU Privacy Handbook.

Getting started

To get started, install pass and generate a keypair.

$ brew install pass
$ gpg --gen-key
$ gpg --list-keys