Skip to content

tq303/rig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rig

No place like home.

getting started

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 version
bash 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.bat

After Windows install, run in PowerShell (admin) to debloat:

irm christitus.com/win | iex

After server install:

  • tailscale up
  • Add <server-ip> <hostname>.local to /etc/hosts on connecting machines to reach it by name

tmux

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.

About

No place like home

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors