The following repo tracks dotfiles using the bare Git repo method as described in Atlassian Dotfiles Tutorial.
git clone --bare git@github.com:VoyTechnology/dotfiles ~/.dotfilesalias dotfiles='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'dotfiles checkout(If your config file exists already back it up or delete it first.)
To make changes just use normal git commands, but instead of git use
dotfiles, eg. dotfiles status.