Update .mgr_config/README.org

This commit is contained in:
2020-06-25 05:56:43 +00:00
parent 657564967b
commit e6637fc402

8
.mgr_config/README.org Normal file
View File

@@ -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