bare git repository to track dotfiles
mkdir $HOME/dotfiles
git init --bare $HOME/dotfiles
echo "alias dotfile='/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME'" >> $HOME/.zshrc
dotfile add remote <remote-url>
dotfile checkout -B files