Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

new machine: dump setup.md into claude or codex

migrating an existing machine: dump migrate.md into claude or codex

Directory conventions

This is the philosophy implemented:

PathPurpose
~/dotfiles/This repo. Portable across machines.
~/.files/Machine-specific config. Not in git.
~/code/<repo>Stable git clones, always on main/master.
~/dev/<repo>--<branch>Ephemeral git worktrees.

Key commands

CommandDescription
gwt <branch> [base]Create worktree in ~/dev/ or cd if exists
gwt_clean [-n] [-f]Remove worktrees whose remote branch is gone
gitmpGo to ~/code/<repo>, checkout main/master, pull
gitc <branch>Go to ~/code/<repo>, checkout branch
gitfgit fetch --all --prune
gitmmFetch + merge primary branch
devlinkSymlink ~/code/<repo> to current worktree
devunlinkRestore original clone from symlink
prelintRun pre-commit on all files
reloadRe-source shell config

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages