/ users / vincent / dev / mr / src.mr
src.mr
 1  # -*- mode: sh -*-
 2  include = cat ${HOME}/.config/mr
 3  
 4  [osp]
 5  chain = true
 6  skip = true
 7  
 8  [tektoncd]
 9  chain = true
10  skip = true
11  
12  [knative.dev]
13  chain = true
14  skip = true
15  
16  [k8s.io]
17  chain = true
18  skip = true
19  
20  # Old ones
21  [github.com]
22  chain = true
23  skip = true
24  
25  [gitlab.com]
26  chain = true
27  skip = true
28  
29  [home]
30  checkout =
31      git clone https://git.sr.ht/~vdemeester/home
32      cd home
33      git remote set-url --add --push origin git@git.sr.ht:~vdemeester/home
34  
35  [www]
36  checkout =
37      git clone https://git.sr.ht/~vdemeester/www
38      cd home
39      git remote set-url --add --push origin git@git.sr.ht:~vdemeester/www