From f8a3bb1dcb5798193f39f2ecc16714c8e0cb5c00 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 18 Apr 2017 10:21:36 +0200 Subject: Moved README --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..b1c239e --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# LEAP scripts repo + +This repository contains some useful scripts and bits for sysdevs and general +purpose tools. +Please look into the seperate subdir `README.md` for further documentation. + +## 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. -- cgit v1.2.3