No place like home.
git clone https://github.com/tq303/rig.git ~/code/rig
cd ~/code/rig
bash scripts/setup-ssh.sh # generate SSH key, load into agent, add to GitHub
nvm install --lts # install a Node versionbash scripts/install-macos.sh # macOS
bash scripts/install-ubuntu.sh # Ubuntu desktop
bash scripts/install-server.sh <hostname> # headless server (e.g. nuc)Windows — Git isn't available yet to clone the repo, so bootstrap it first:
winget install --id Git.Git -e
git clone https://github.com/tq303/rig.git %USERPROFILE%\rig
cd %USERPROFILE%\rig
scripts\install-win.batAfter Windows install, run in PowerShell (admin) to debloat:
irm christitus.com/win | iexAfter server install:
tailscale up- Add
<server-ip> <hostname>.localto/etc/hostson connecting machines to reach it by name
Prefix: ctrl+a
| Key | Action |
|---|---|
prefix + enter |
split down |
prefix + space |
split right |
prefix + h/j/k/l |
navigate panes |
prefix + p |
display pane numbers |
prefix + backspace |
resize pane left |
prefix + \ |
resize pane right |
prefix + a/s |
previous/next window |
prefix + [/] |
move window left/right |
prefix + , |
rename window |
prefix + z |
zoom/unzoom pane |
Zoomed panes are indicated by [] in the status bar.