summaryrefslogtreecommitdiff
path: root/README
blob: 0c7e9ab48630c99bf1efb396431a89ea9d85f08d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# LEAP scripts repo

This repository contains some useful scripts and bits for sysdevs and general
purpose tools.

## mrconfig

.mrconfig - to use this config the best thing to do is to put this in your
~/.mrconfig:

 [leap/scripts]
 checkout = git clone REPOURL scripts &&
      ln -s ${HOME}/leap/scripts/.mrconfig ${HOME}/leap/.mrconfig

that way this scripts repository will be checked out and the .mrconfig file will
be symlinked into your $HOME/leap directory.

You will also need to add the path to this .mrconfig to your ~/.mrtrust.

Then when in $HOME/leap, you can run 'mr checkout' and 'mr update' to checkout
all the repositories, and to get them updated.

NOTE: all of this is assuming a certain directory structure, so have a look at
that before you go ahead.