diff --git a/.mgr_config/README.org b/.mgr_config/README.org new file mode 100644 index 0000000..5cbb4e8 --- /dev/null +++ b/.mgr_config/README.org @@ -0,0 +1,8 @@ +* Installation + +#+BEGIN_SRC sh + mkdir $HOME/.git_home + alias git-home='git --git-dir=$HOME/.git_home/ --work-tree=$HOME' + git-home remote add origin https://gitlab.maxregan.me/max/configs.git + git checkout -b master origin/master +#+END_SRC