A personal collection of dotfiles and scripts for syncing settings across machines.
The primary repository lives on tangled.org, which gets synced to github.com.
Install and symlink dotfiles into place:
just installThis repo uses just as a task runner. Run just or just --list to see all recipes.
| Command | What it does |
|---|---|
just link |
Symlink dotfiles via link.sh |
just brew |
Install Homebrew packages from Brewfile |
just install |
Pull, link, and upgrade toolchains |
just moshi-setup <token> |
Pair and start moshi-hook (one-time) |
moshi-hook bridges local coding agents to the Moshi iOS app (inbox events, approvals, Live Activity). It's installed via the Brewfile; finish the one-time setup per machine with:
just moshi-setup <pairing-token> # token from Moshi app → Settings → HooksNo tmux here — sessions run in herdr, which moshi-hook detects automatically via $HERDR_ENV. (Don't call moshi <dir>; that alias launches a tmux session.)
Useful tool for managing containers.
Created by frytg.digital