Files
configs/.mgr_config
2020-06-26 04:05:39 +00:00
..
2020-06-26 04:05:39 +00:00

Installation

  mkdir $HOME/.git_home
  alias git-home='git --git-dir=$HOME/.git_home/ --work-tree=$HOME'
  git init --bare ~/.git_home/
  git-home remote add origin https://gitlab.maxregan.me/max/configs.git
  git-home checkout -b master origin/master