Files
configs/.mgr_config

Installation

  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