Current I'm managing configs with git bare and help from atlassian dotfiles tutorial.
curl -fsSLO https://raw.githubusercontent.com/pombadev/dotfiles/master/mero/setup.sh
bash ./setup.sh
curl -fsSLO https://raw.githubusercontent.com/pombadev/dotfiles/master/mero/setup.sh
bash ./setup.sh --uninstall
command cx
is provided which is an alias for git --git-dir=$HOME/dotfiles/ --work-tree=$HOME
to interface with git.
cx add .vimrc
cx commit -m "Add vimrc"
cx push