The following repo tracks dotfiles using the bare Git repo method as described in Atlassian Dotfiles Tutorial.
git clone --bare [email protected]:VoyTechnology/dotfiles ~/.dotfiles
alias 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
.