travisshears / factor_raylib_apple_silicon.md

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 3 weeks ago

Factor + Raylib on Apple Silicon

Running

/Applications/factor/factor ./game.factor

macOS Setup

travisshears / pass_backup

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 3 weeks ago
How to backup a pass repo and share it in a way that you need three of five friends to decrypt it.

Pass Password Store — Backup Recovery Guide

How to Restore

Prerequisites

brew install age ssss pass

travisshears / jjcommit.sh

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 3 weeks ago
Little script to describe jj changes including the diff so it is easier to write message
1 #!/bin/sh
2
3 set -e
4
5 # Run jj diff and prefix each line with "JJ: "
6 diff_output="$(jj diff | sed 's/^/JJ: /')"
7
8 # Add two newlines at the top (without the prefix)
9 final_output="\n\n$diff_output"
Новіше Пізніше