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.shcurl -fsSLO https://raw.githubusercontent.com/pombadev/dotfiles/master/mero/setup.sh
bash ./setup.sh --uninstallcommand 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