From 59b6d50ea15cfaa23767f19add250f11e803a65e Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Fri, 20 Mar 2026 05:11:16 +0000 Subject: [PATCH] docs: create dotfiles/mr --- dotfiles/mr.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 dotfiles/mr.md diff --git a/dotfiles/mr.md b/dotfiles/mr.md new file mode 100644 index 0000000..4baf9e7 --- /dev/null +++ b/dotfiles/mr.md @@ -0,0 +1,38 @@ +--- +title: mr - myrepos +description: +published: true +date: 2026-03-20T05:11:13.239Z +tags: +editor: markdown +dateCreated: 2026-03-20T05:11:13.239Z +--- + +# myrepos + +## Upstream + +https://myrepos.branchable.com/ + +## Quick Bootstrap + +1. Install `~/.ssh/p.gitea` with `600` perms in the target machine +2. Put the following in `~/.ssh/config`: +``` +Host git.thurstylark.com + IdentityFile ~/.ssh/p.gitea +``` +3. Make sure that `mr` and `vcsh` are installed +4. Run the following command in `~`: + +``` +git init && \ +git remote add origin https://git.thurstylark.com/dotfiles/mr.git && \ +git fetch && \ +git checkout -t origin/master -f && \ +rm -rf .git && \ +mr update +``` + +5. Check output, and do appropriate cleanup as necessary +6. `$ exec bash` \ No newline at end of file