732 B
732 B
| title | description | published | date | tags | editor | dateCreated |
|---|---|---|---|---|---|---|
| mr - myrepos | true | 2026-03-20T05:11:13.239Z | markdown | 2026-03-20T05:11:13.239Z |
myrepos
Upstream
https://myrepos.branchable.com/
Quick Bootstrap
- Install
~/.ssh/p.giteawith600perms in the target machine - Put the following in
~/.ssh/config:
Host git.thurstylark.com
IdentityFile ~/.ssh/p.gitea
- Make sure that
mrandvcshare installed - 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
- Check output, and do appropriate cleanup as necessary
$ exec bash